Help for this page

Select Code to Download


  1. or download this
    my @array = ("joby", "andy", "ben", "tom", "bob");
    
    ...
    for my $name (@array){
        print "$name\n";
    }
    
  2. or download this
    C:\>test.pl<br>
    start<br>
    ...
    <br>
    C:\><br>
    <br>
    
  3. or download this
    C:\>test.pl<br>
    start<br>
    ...
    bob<br>
    <br>
    C:\><br>