Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    open FH,"data.txt" or die " can't open file $!\n";
    while ( <FH> ) { print $_; }
    
  2. or download this
     
    command prompt>pp -a "data.txt" -o example.exe example.pl