I'm trying to put a client side redirect with http-equiv refresh. I'm using the syntax:
my $req = CGI->new(); print $req->header( "text/html" ); print $req->start_html( -head=>meta({-http-equiv => 'refresh', -content => '1;URL=' . $req-refere()})); but I get an error: Undefined subroutine %main::meta called .... This seems to be what is documented on cpan. I must be missing something simple. Any ideas? -- David Bear College of Public Programs at Arizona State University -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>