Help for this page

Select Code to Download


  1. or download this
    use URI qw( );
    
    ...
    $url->query_form( user => $user, $function => 1 );
    
    print "$url\n";
    
  2. or download this
    use URI qw( );
    
    ...
    $url->query_form( user => $user, $function => 1 );
    
    print "$url\n";