Gossamer Forum
Home : Products : Gossamer Links : Discussions :

using strings in shell strings

Quote Reply
using strings in shell strings
I have a question about accessing a string in a shell script

in the browser & i want to call something like:
nph-myscript.cgi?affiliate=funny&do=build

I can give:

my $affil = $IN->param('affiliate');
my $do = $IN->param('do');



now i want to run this script from ssh
i cant' do perl nph-myscript.cgi?affiliate=funny&do=build
it says No such file or directory

what can I do???
Subject Author Views Date
Thread using strings in shell strings ericho 2093 Apr 14, 2004, 2:31 PM
Thread Re: [ericho] using strings in shell strings
Andy 2008 Apr 15, 2004, 2:05 AM
Thread Re: [Andy] using strings in shell strings
ericho 1997 Apr 15, 2004, 3:11 AM
Thread Re: [ericho] using strings in shell strings
Andy 2001 Apr 15, 2004, 3:19 AM
Post Re: [Andy] using strings in shell strings
ericho 1996 Apr 15, 2004, 3:27 AM