in reply to Re: Animating images from database
in thread Animating images from database

I think that if you're not going to use the OO interface to CGI, you have to specify "use CGI qw( :standard ); for the param() subroutine to be exported (and thus available to your main script).


Dave