Help for this page

Select Code to Download


  1. or download this
    LABEL1: [field1]
    LABEL2: [field2]
    LABEL3: [field3]
    
  2. or download this
    foreach $File (@File) {
        $File =~ s/\n//;
    ...
      }
    print "$File\n";
    }