On Thu, 1 Nov 2001 [EMAIL PROTECTED] wrote:

> Whats the trick in running linux commands under perl?

There's no trick:

system('ls -la');

or

my @listing = `ls -la`;

-- Brett

------------------------------------------------------------------------
Academy:
        A modern school where football is taught.
Institute:
        An archaic school where football is not taught.


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

Reply via email to