Help for this page

Select Code to Download


  1. or download this
    %the_hash = (
      day     => '-',
    ...
      Total   => '-',
      %the_hash
    );
    
  2. or download this
    $ perl -MData::Printer -E "%h = (day => 1, Total => 2); %h = (day => '
    +-', Balance => '-', payment => '-', Total => '-', %h); p %h;"
    {
    ...
        payment   "-",
        Total     2
    }