Help for this page

Select Code to Download


  1. or download this
    #! perl -slw
    use strict;
    ...
    }
    
    warn "DEBUG: Dumping user hash\n" and pp \%users if $debug;
    
  2. or download this
    C:\test>p56tut -debug -i=tutorial-data.txt
    DEBUG: # file: tutorial-data.txt
    ...
                "last"  => "Doe",
              },
    }