|
|
| "be consistent" | |
| PerlMonks |
Re^2: Capture external program return valueby Hue-Bond (Priest) |
| on May 02, 2010 at 08:23 UTC ( #837977=note: print w/ replies, xml ) | Need Help?? |
|
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. --
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||