On Tue, Aug 23, 2005 at 05:09:26PM -0400, Amir Karger wrote:
> testportal:~/z>perl -we 'system("cd y")'

The right thing to do (tm) here is chdir("y"), but if 'cd' is just an
example and not the actual command, the right thing is system LIST form:

    system command => @args;

-- 
wolverian

Attachment: signature.asc
Description: Digital signature

Reply via email to