I suppose this must have been asked a million times, but here it is again:

Within a script called "format.pl", I want to call another script called 
"../cgi/somedir/banners.pl", passing name-value-pairs like 
"region=someregion" and "mode=SSI".

Initially I thought of require-ing "banners.pl" and then just call whatever 
subroutiness are necessary, but the way banners.pl is structured that 
doesn't work. Can I do this with "system" and pass arguments as 
name-value-pairs?

Thanks,

Birgit Kellner

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to