If you want a correct URL use the URI module to build it, for example:
$uri = URI->new('http://www.example.com/myperlscript.pl'); $uri->query_form( 'var1' => $var1, 'var2' => $var2 ); $page = get( $uri->as_string );
HTH, Valerio
In reply to Re: Dynamicly Execute URL without redirection
by valdez
in thread Dynamicly Execute URL without redirection
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |