Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    use warnings;
    
  2. or download this
    open FILE, ">>", $filepath or die "Unable to write to file\n$!";
    
  3. or download this
    print header;
    print start_html(-title => 'Web Pages for local data.');
    ...
    print p("Data Submitted.", br, b($newtext));
    print end_html;
    
  4. or download this
    my $q = CGI->new;
    
  5. or download this
    my $q = new CGI;