Help for this page
use constant NOTICE => 'please be sure that XXX is installed first'; # many lines later print NOTICE;
if ($language eq 'perlmonks_terse') { use constant NOTICE => 'do perlfaq XXX, use strict; and use CGI;'; ... else { use constant NOTICE => 'please be sure that XXX is installed first +'; }