Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "@test\n";
    
  2. or download this
    print "$array[1],$array2[1],$array3[1],$array4[1]...etc\/n";
    
  3. or download this
    
    
    ...
    @file=(<DAT>);
    
    }