Help for this page

Select Code to Download


  1. or download this
    if (defined(param('SERVER_NOTES')) =~ m/\w+/ )
    
  2. or download this
    if (! defined(param('SERVER_NOTES)) !~ m/\W+/ )
    
  3. or download this
    #!/usr/bin/perl -T
    use strict;
    ...
    print "</center>\n",br;
    print Dumper @text;
    print end_html;