Help for this page

Select Code to Download


  1. or download this
    # subs first - BEGIN not needed
    {  my $var = 'blah';
    ...
    sub bax { ... }
    
    do_stuff_here();
    
  2. or download this
    # subs last - BEGIN needed iff initializing values.
    
    ...
    
    sub bax { ... }