Help for this page
# grab user input.. print "Enter the name of the file: "; my $userinput = <STDIN>; chomp($userinput);