Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Pass arguments in URL

by BrowserUk (Patriarch)
on Aug 23, 2010 at 14:39 UTC ( [id://856719]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    
    system qq[otherScript.pl ?arg=$encoded];
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    my $params = thaw pack 'H*', $payload;
    
    pp $params;
    
  3. or download this
    c:\test>oneScript
    { period => 30, person => "homer", vid => "xyz1234" }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found