Help for this page

Select Code to Download


  1. or download this
    /path/to/the/message
    
  2. or download this
    /path/to/the/message?mode=edit
    
  3. or download this
    use CGI qw(:all);
    my $MESSAGE_LOCATION = "/path/to/file.txt";
    ...
    print h1('Welcome to our info page');
    print h2("Today's top tip:"), escapeHTML($message);
    print end_html;