Tech W. wrote:
Hi,

Hello,

what's the difference between these two calling for system() function?

system "command","-a","-b","-c";
system "command -a -b -c";

and, which is better?

They both do exactly the same thing.



John
--
Those people who think they know everything are a great
annoyance to those of us who do.        -- Isaac Asimov

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to