Help for this page

Select Code to Download


  1. or download this
    
    sub barf_my_guts_out {
    ...
            }
    }
    
  2. or download this
    #!/usr/bin/perl -w 
    use strict;
    ...
    my $verbose_debug=1;
    
    barf_my_guts_out() if $verbose_debug;