Help for this page

Select Code to Download


  1. or download this
         1\n
  2. or download this
         $_ =~ s/$_/$_ 1.0/g;
  3. or download this
         1\n 1.0
  4. or download this
    foreach $txtfile (glob("*.TXT")) {
       print $txtfile;
       print "\n";
    ...
       close FILE;
       close NEWFILE;
    }
    
  5. or download this
    foreach $txtfile (glob("*.TXT")) {
       print $txtfile;
       print "\n";
    ...
       close FILE;
       close NEWFILE;
    }