Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^2: Capture external program return value

by Hue-Bond (Priest)
on May 02, 2010 at 08:23 UTC ( [id://837977]=note: print w/replies, xml ) Need Help??


in reply to Re: Capture external program return value
in thread Capture external program return value

Untested late night code ;-)
my @cmd = ('blastall -i foo -o bar -p blastx -d baz');

On Sunday morning ;^), this would look better if spelled like this:

my @cmd = qw{blastall -i foo -o bar -p blastx -d baz};

 

Edit: removed unneeded parens.

--
 David Serrano
 (Please treat my english text just like Perl code, i.e. feel free to notify me of any syntax, grammar, style and/or spelling errors. Thank you!).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-04-25 23:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found