Help for this page

Select Code to Download


  1. or download this
    my @list_of_characters = split //, 'a string';
    
  2. or download this
    for(my $i = 0; $i<=$mLength; $i++) { ... }
    
  3. or download this
    for my $i (0 .. $mLength) { ... }