Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
           };
        &$rcDoIt;
    }
    
  2. or download this
    $rhRes = {
               'tod' => '14',
    ...
               'dow' => '0',
               'area_code' => '617'
             };
    
  3. or download this
    use strict;
    use warnings;
    ...
       };
    
    print Data::Dumper->Dumpxs( [ $rhRes ], [ qw{ rhRes } ] );