> > [14143]ERR: 24: Error in Perl code: Can't store CODE items at > blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_store.al) line 199, at > /www/htdocs/reviews/scott-fwhtnfib/test2.epl line 11 >
Unfortunately you have used %sdat for your test, which is tied to a Apache::SessionX object by Embperl (similar to %udat, it's not much documented yet). If you use a simple %s it works for me, it also works when I use %fdat to store and retrieve with your test code. 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]
