Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    use Data::Dumper;
    print Dumper \%foo;
    
  2. or download this
    print ${ $foo{CREATE} }, $/;
    
  3. or download this
    $foo{CREATE} = $foo{GENERATE};
    $foo{DELIV} = $foo{DELIVER};