I have several CGI's that use system() to get various OS details.

What is the most reliable way to glean this information after using this
command:

For example:

#!/bin/perl

system("ls -l /tmp")

How can I get that data?

Thanks,
CC



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

Reply via email to