Help for this page

Select Code to Download


  1. or download this
    my $debug = CGI::DebugVars->new( -file  => $filename );
  2. or download this
    my $debug = CGI::DebugVars->new( -trace => 1 );
    
  3. or download this
    use strict;
    use warnings;
    ...
    sub sub_one   { "\&sub_one works "};
    sub sub_two   { "Someone order a sub?" };
    sub sub_three { "This is the third sub" };