I'm trying to place a variable in the spot of an argument when exectuting a command 
with "open."  Here's what I'm trying to do.

open(COMMAND,"home/usr/usrname command $argument|");
    while (<COMMAND>)
        print "$_"; #print output

It's not accepting the $argument variable i'm putting in.
 

_____________________________________________________________
Surf on! Get a free and secure email account and more @ surfOrbit.com
http://www.surfOrbit.com

_____________________________________________________________
Promote your group and strengthen ties to your members with [EMAIL PROTECTED] by 
Everyone.net  http://www.everyone.net/?btn=tag

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

Reply via email to