Perl Question

Rob Nagler nagler at bivio.com
Wed Jul 12 11:37:17 CDT 2000


> Anyone know what this error means using Anonymous subs?

It would help to see the code.  Does your code have something
like "sub(....)" in it?  That's what the message would indicate.
You probably want "sub { ...}" to declare an anonymous sub.



More information about the Pikes-peak-pm mailing list