Perl Question

Jeremy Russell jrussel at channelpoint.com
Wed Jul 12 11:50:42 CDT 2000


Well, that is difficult to give you.  We generate the code on the fly using
a Database field.

Here is the problem that we are trying to solve:
	We don't know what tee code will be in the sub prior to run time.
	We want to dynamically create the code at runtime according to code
listed in the database.

Any suggestions?

	Jeremy

-----Original Message-----
From: Rob Nagler [mailto:nagler at bivio.com]
Sent: Wednesday, July 12, 2000 10:37 AM
To: Pikes Peak Perl Mongers
Subject: Re: Perl Question


> 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.

-----Original Message-----
From: Jeremy Russell [mailto:jrussel at channelpoint.com]
Sent: Wednesday, July 12, 2000 10:34 AM
To: 'Tim Chambers'; Pikes Peak Perl Mongers
Subject: Perl Question


Anyone know what this error means using Anonymous subs?

*** 'e:\Inetpub\wwwroot\hr\apply.pl' error message at: 2000/07/12 10:18:24
Undefined subroutine &Table::sub {print ("<BR>test db<BR>");} called at
Table.pm line 109.





More information about the Pikes-peak-pm mailing list