On Wed, 20 Nov 2002 at 14:02, Nick Malden opined:

NM:print $q->header,
NM:      $q->start_html(-title=>'My new page',
NM:                -meta=>{'http-equiv'=>'Cache-Control' 
'content'='no-cache,must-revalidate'})
NM:                -meta=>{'http-equiv'=>'Pragma: no-cache'});
NM:
NM:but this gives 
NM:
NM:String found where operator expected at test.pl line 20, near
NM:"'Cache-Control' 'content'"

are you missing a comma and a greater than sign there?

-meta=>{'http-equiv'=>'Cache-Control',
                                     ^ 
        'content'=>'no-cache,...' }
                  ^


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

Reply via email to