stuffing the document header

2006-12-05 Thread David Bear
27;} to it. Even if I could, I have multiple link rel statments I would hate for the perl behavior to be the last assignment is the only assignment. Are there other methods to stuff arbitrary html elements into the head section? -- -- 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>

check for def

2006-12-01 Thread David Bear
cgi environment. Any pointers? -- -- 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>

Re: ways to iterate over params

2006-12-01 Thread David Bear
Bill Jones wrote: > On 11/30/06, David Bear <[EMAIL PROTECTED]> wrote: > >> my $q = CGI->new(); >> my %params = $q->Vars; >> foreach $f (keys (%params)) { >>print "$f is $params{$f} "; >> } > > use CGI; > > my $q

Re: trouble with meta http-equiv

2006-12-01 Thread David Bear
Wiggins d'Anconia wrote: > David Bear wrote: >> 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" ); >> prin

ways to iterate over params

2006-11-30 Thread David Bear
gt;param and get their value. Any pointers? -- 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>

trouble with meta http-equiv

2006-11-30 Thread David Bear
'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 PR