Help for this page

Select Code to Download


  1. or download this
       $template->param(EMPLOYEE_INFO => [ 
                                           { name => 'Sam', job => 'progra
    +mmer' },
                                           { name => 'Steve', job => 'soda
    + jerk' },
                                         ]
                       );
    
  2. or download this
    print $ph->{ alpha }, "\n";
    print $ph->{ epsilon }, "\n";
    
  3. or download this
    print $ph->[$ph->[0]{alpha}], "\n";
    print $ph->[$ph->[0]{epsilon}], "\n";