Title: RE: [Perl-unix-users] Problems with URI;
I agree with Bill. In fact if you are on Unix using single quotes will protect your command line parameters from the shell altogether. Using double quotes allows variable substitution as in "open $file output" will evaluate
Michael Wray wrote:
> Hello,
>
> I am writing a redirector script for SQUID, and when I use URI to parse
> the URL, URI is not functioning the same in "redirector" mode as it is
> under command line mode...
>
> i.e. The only difference is where the URL is coming from..and URI
> doesn't appea
Hello,
I am writing a redirector script for SQUID, and when I use URI
to parse the URL, URI is not functioning the same in "redirector" mode as it is
under command line mode...
i.e. The only difference is where the URL is coming from..and
URI doesn't appear to fully function, here is the co