in reply to ActivePerl 5.6.1.630 - echo problem

I think you may have been brainwashed by PHP as echo isn't in Perl, you'll be wanting print.

The error is caused by perl guessing that echo is a function, and since it's behaviour isn't defined (i.e no function defintion) it croaks.
HTH

broquaint

  • Comment on Re: ActivePerl 5.6.1.630 - echo problem