Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: CGI.pm and "http-equiv"

by antirice (Priest)
on Nov 05, 2005 at 23:05 UTC ( [id://506035]=note: print w/replies, xml ) Need Help??


in reply to CGI.pm and "http-equiv"

Try start_html with -head:

#!/usr/bin/perl -l use CGI ":all"; print start_html(-head => [ meta({ -http_equiv => "Page-Enter", -content =>"revealTrans (Duration=0.8,Transition=23)" }), meta({ -http_equiv => "Page-Exit", -content =>"revealTrans (Duration=0.8,Transition=12)" }) ]);

This feature is documented within the CGI.pm documentation.

Note, I removed the 
 as they're \r\n encoded as HTML entities.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://506035]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-25 02:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found