in reply to cgi.pm and noscript

Just like any other tag, really:

use CGT qw/:all/; print header(); print noscript('Sorry, without javascript you are hosed!');

Replies are listed 'Best First'.
Re^2: cgi.pm and noscript
by Anonymous Monk on Sep 18, 2011 at 13:18 UTC

    OK thanks

    I was trying noScript (which is how its written in the docs)

      The documentation just mentions -noScript as an option, and then talks about methods and subs for standard HTML tags in the section CREATING STANDARD HTML ELEMENTS, though it doesn't mention the noscript tag by name.