Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI::Carp qw(fatalsToBrowser);
    print "Content-Type: text/html\n\n";#
    ...
    use Devel::Peek;
    Dump("foo");
    print "HERE\n";
    
  2. or download this
    perl test.cgi
    Content-Type: text/html
    
    ...
      LEN = 10
      COW_REFCNT = 0
    BLAHERE