> This project is now back on my Linux box for the time being. I've gotten it all > working except this final status page. It's giving me a strange error that may > be a 2.0b5 error. Am I missing something or is this some sort of bug? >
No bug, just an oversight: > > [1374]ERR: 24: Error in Perl code: Can't locate auto/HTML/Embperl/Global > symbol "$rec" requires explicit package name at > /usr/lib/perl5/site_perl/5.005/i386-linux/HTML/Embperl.pm line 745 >... > Here's the EPL file in question: > [$ var $req %edat @set $names $] You don't have $rec in the var declaration, but you use it down the road, so Perl complains as it should.... Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
