Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
     push(@fullnames, $firstnames[$_] . " " . $lastnames[$_]);
    }
    print "$_\n" foreach (@fullnames);
    
  2. or download this
    my @values_to_check = indices(@firstnames , "heimer");