Help for this page

Select Code to Download


  1. or download this
    sub upload
      { my( $data)= @_;
        
    ...
        # as they come back from $SCRIPT
        my $result= $ua->request($req)->content;
      }
    
  2. or download this
    sub exe_script
      { my( $data)= @_;
        my $req= POST $SCRIPT,
    ...
        print {$script} $content;
        exit;
      }