Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard :html3);
    ...
    print span({-style => 'Color: red;'}, "I'm an error value!");
    
  2. or download this
    use CGI qw(:standard :html3);
    ...
    print span({-class => 'Error'}, "I'm an error value!");