in reply to
Re: Convert shell to perl
in thread
Convert shell to perl
Backticks in void context is useless. Use
system()
if you don't need to create the overhead of capturing all stdout (which should be obvious from the commands here).
--
[ e d @ h a l l e y . c c ]
Comment on
Re^2: Convert shell to perl
Download
Code
In Section
Seekers of Perl Wisdom