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