Randal L. Schwartz wrote:
"Gustav" == Gustav Wiberg <[EMAIL PROTECTED]> writes:


Gustav> Why to use glob()-command when I can use exec() ??? I don't get it...

In modern Perl, glob() is internal, where exec/system/backquote/pipes
are external, so it's very likely faster to use glob, perhaps ten or
one hundred times faster.


Isn't there a difference with Taint?

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to