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" }