Help for this page
/path/to/the/message
/path/to/the/message?mode=edit
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;