Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Dynamicly Execute URL without redirection

by valdez (Monsignor)
on Feb 11, 2004 at 19:29 UTC ( [id://328349]=note: print w/replies, xml ) Need Help??


in reply to Dynamicly Execute URL without redirection

If you want a correct URL use the URI module to build it, for example:

$uri = URI->new('http://www.example.com/myperlscript.pl'); $uri->query_form( 'var1' => $var1, 'var2' => $var2 ); $page = get( $uri->as_string );

HTH, Valerio

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-03-29 10:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found