Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    }
    use Data::Dumper;
    print Dumper \%data;
    
  2. or download this
    $VAR1 = {
              '09782' => {
                           'created' => '2007-10-23 21:10:10',
                           'closed' => '2007-10-26 16:31:53'
                         }
            };