@args = ("/usr/bin/su","sam"); system(@args); print "hello";
Any idea why print never gets executed? So, the switch user takes place but nothing gets executed after that..
Thanks.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>