> I'm trying to put the string from the system("ls -al") into a variable.  

@list = `ls -al`;

> It simply prints to the page and puts 1 in the variable.

What's that mean '1' anyway ?




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

Reply via email to