Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Dynamicly Execute URL without redirection

by Anonymous Monk
on Feb 11, 2004 at 15:56 UTC ( [id://328293]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    myperlscript.pl?var1=1&var2=2
    
  2. or download this
    print qx "myperlscript.pl?var1=1&var2=2";
    system("myperlscript.pl?var1=1&var2=2");use 
    my $response =LWP::UserAgent->new->get("myperlscript.pl?var1=1&var2=2"
    +);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (7)
As of 2024-04-16 18:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found