RE: [Perl-unix-users] Problems with URI;

2001-11-29 Thread Steve Aaron
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

Re: [Perl-unix-users] Problems with URI;

2001-11-28 Thread $Bill Luebkert
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

[Perl-unix-users] Problems with URI;

2001-11-28 Thread Michael Wray
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