> $udat{ImageName} = $fdat{ImageName};

I guess this is from a file upload. CGI.pm uses some magic with globs. Try

$udat{ImageName} = scalar($fdat{ImageName}) ;

to convert the typeglob into a scalar value

Gerald



> $fdat{ImageName} contains a filename, e.g. "74321623782.jpg"
> after that Apache hangs and /var/log/apache/error_log says:
> ---------
> [Fri Sep 15 15:38:20 2000] [error] Can't store GLOB items at
blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_freeze.al) line
162, <GEN3> chunk 45, at
/usr/lib/perl5/site_perl/5.005/Apache/Session/Serialize/Storable.pm line 21
> ---------
>
> Can anybody help?
>
> Andre
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to