Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Seek help posting to www-form-urlencoded . . .

by ikegami (Patriarch)
on Sep 17, 2009 at 15:29 UTC ( [id://795910]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use HTTP::Request::Common qw( POST );
    
    ...
      Content_Type => 'multipart/form-data',
           Content => [ 'file' => [ $ballot_file ]]
    );
    
  2. or download this
    use HTTP::Request::Common qw( POST );
    
    ...
            name   => 'datafile',
        ],
    );
    
  3. or download this
      POST 'http://www.perl.org/survey.cgi',
           Content_Type => 'form-data',
    ...
                             born   => '1964',
                             init   => ["$ENV{HOME}/.profile"],
                           ]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://795910]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (1)
As of 2024-04-25 04:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found