Help for this page

Select Code to Download


  1. or download this
        chomp(my @file = <xFILE>);
    
  2. or download this
        # No need to do
        #   my $line;
        #   foreach $line (@file) {
        #
        foreach my $line (@file) {