Help for this page

Select Code to Download


  1. or download this
    
    open (FILE, $ARGV[0]) or die "unable to open file $!";
    ...
    
    print $data;
    
  2. or download this
    
    $file_contents = $query->param('file');
    ...
    
    print STDOUT $data;