in reply to Re^2: array of complex numbers
in thread array of complex numbers
And Strawberry Perl's a pain when someone who's NOT a Perl Monk has to figure out how to use a module that you've downloaded from CPANC:\>perl -e "say 'ok';" String found where operator expected at -e line 1, near "say 'ok'" (Do you need to predeclare say?) syntax error at -e line 1, near "say 'ok'" Execution of -e aborted due to compilation errors. C:\>perl -Mfeature="say" -e "say 'ok';" ok C:\>perl -E "say 'ok';" ok C:\
|
|---|