http://qs321.pair.com?node_id=481238

uksza has asked for the wisdom of the Perl Monks concerning the following question:

Hello Wise Monks,

I just wonder...
If and why should I use i.e. Sys::Syslog or File::Copy instead
my out1 = system("logger bla bla"); my out2 = system("cp 1.txt 2.txt"); my out3 = `/usr/bin/copy 1.txt 2.txt`;
or something like this...

greets
uksza