Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use autodie;
    
  2. or download this
    sub _log_object {
        my ($obj) = @_;
    ...
        print $log_fh 'Some object: ', Dumper($obj);
        return;
    }