Help for this page

Select Code to Download


  1. or download this
    $site = 'http://www.perlmonks.org/index.pl'; 
    $user = 'Clive ;-)'; # my test case for whitespace and funny chrs 
    ...
    $uri->query_form( node => $user );
    print $uri->as_string;
    
  2. or download this
    http://www.perlmonks.org/index.pl?node=Clive+%3B-)