Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Modules which improve system() ?

by Gilimanjaro (Hermit)
on Jun 23, 2006 at 09:37 UTC ( [id://557126]=note: print w/replies, xml ) Need Help??


in reply to Modules which improve system() ?

Ah! A Klingon programmer!

You would rather have your minions die then return in failure... Well, we can oblige...

You're looking for Perl6::Builtins, which you can use as follows:

use Perl6::Builtins qw( system ); system $cmd or croak "Couldn't run: $cmd ($OS_ERROR)";

Example was taken from TheDamian's Perl Best Practices.

Replies are listed 'Best First'.
Re^2: Modules which improve system() ?
by qbxk (Friar) on Jun 24, 2006 at 00:22 UTC
    That's incredibly interesting.
    we can prepare for tomorrow, today!

    are there any downsides, caveats, or cautions to using the Perl6 namespace? for example, are any of these going to change in subtle, bug-introducing ways down the road? or do they cause perl to run incredibly slow or something horrible? it seems too good to be true

    update... i answered my own question, here the dreaded source filter lurks...

    It's not what you look like, when you're doin' what you’re doin'.
    It's what you’re doin' when you’re doin' what you look like you’re doin'!
         - Charles Wright & the Watts 103rd Street Rhythm Band, Express yourself

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://557126]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-20 14:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found