On Thursday, September 11, 2003, at 12:24 PM, Dave Rolsky wrote:
> Here's some docs:
>
> =item do_system($cmd, @args)
>
> Given a command and an array of optional arguments, this method will
> print
> the command to C<STDOUT>, and then execute it using Perl's C<system()>
> built-in. It returns true or false to indicate success or failure,
> which
> is the opposite of how Perl's built-in command works.
>
Tweaked and added, thanks.
-Ken
|