Help for this page

Select Code to Download


  1. or download this
    $\ = "\n";
    
    ...
       print shift(@data);           # abc
       print @{$hoa{head}};          # abcdef -> BAD!
    }