Help for this page

Select Code to Download


  1. or download this
    my $file = $query->param('upload_file_name');
    while (<$file>) {
       print "Got a line: $_";
    }