in reply to Re: can't use global @_in "my"
in thread can't use global @_in "my"

I fail to see how adding die statements would help find a *compile* error. BEGIN { die } might help, but for this type of problem, I usually remove entire chunks from the file until perl -c doesn't find the error. The last thing removed contains the error. Re-add smaller bits until the error comes back if the chunk was too big.

Replies are listed 'Best First'.
Re^3: can't use global @_in "my"
by naikonta (Curate) on Aug 01, 2007 at 15:08 UTC
    You are right, ikegami. My second paragraph has nothing to do with the original problem. It's the technical I use for runtime error. Thanks for reminding me :-)

    Open source softwares? Share and enjoy. Make profit from them if you can. Yet, share and enjoy!