in reply to Re: Query on Perl system command
in thread Query on Perl system command
with
qq(echo "$filename.txt\n$filename.xls\n" | phylip );OR with
qq~echo "$filename.txt\n$filename.xls\n" | phylip ~;I get the following error message
"Useless use of string in void context at alignment.pl line 75."Any idea, why this is happening ? (I am newbie to perl)
I appreciate your help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Query on Perl system command
by ww (Archbishop) on Mar 04, 2011 at 13:42 UTC | |
by Anonymous Monk on Mar 04, 2011 at 13:46 UTC | |
by Anonymous Monk on Mar 04, 2011 at 13:58 UTC |