Help for this page

Select Code to Download


  1. or download this
    ->query_form(@args);
    
  2. or download this
    ->query_form(\@args);
    
  3. or download this
    use URI qw( );
    sub url_freeze {
    ...
    }
    
    my $url = url_freeze('/cgi-bin/details', %args);