Help for this page
my $filename = ""; my $outputfile = "";
my $filename = <STDIN>; chop ($filename);
while (<INFILE>) #read the input file { while ( /(\w['\w-]*)/g ){ #if we have a "word"; }