Hi all, today I discovered a module, the Shell.pm module, which gives you
the possibility to run shell commands directly from perl.
to use it, you should try:

use Shell;
sub ls;
print ls('/etc');

What is the advantage of using all this syntax instead of simply use a:`ls
/etc`; ?
I mean, I don't know why should I use Shell.pm...

thank you,
-------------------------------------------------
 -- Bruno Negrão -- Suporte
 -- Plugway Acesso Internet Ltda.
 -- (31)34812311
 -- [EMAIL PROTECTED]


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

Reply via email to