Help for this page

Select Code to Download


  1. or download this
    { package ProjectA; { my $i; sub prepare { print ++$i, "\n"; } } }
    
    ...
    
    $ThingsToDo{firstTask};
    $ThingsToDo{firstTask};