[Module-build-general] document do_system?
Status: Beta
Brought to you by:
kwilliams
|
From: Dave R. <au...@ur...> - 2003-09-11 17:24:30
|
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. -dave /*======================= House Absolute Consulting www.houseabsolute.com =======================*/ |