in reply to Yet another perl bug (the right one)

Which version of perl are you running an what platform are you running it on (the output of perl -V would be handy)? On my local machine I get the following error message when running the code
Can't declare constant item in "my" at - line 3, near ") =" Execution of - aborted due to compilation errors.
This is on perl, v5.6.1 built for i686-linux-ld.
HTH

_________
broquaint

Replies are listed 'Best First'.
Re: Re: Yet another perl bug
by dmql (Initiate) on Jun 07, 2002 at 12:14 UTC
    The second my is not supposed to be there. The problem i disocovered was without my. dmql++