Help for this page

Select Code to Download


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