Help for this page

Select Code to Download


  1. or download this
    &a(-beer=>none);
    sub a
    {
        print join("=>",@_);
    }
    
  2. or download this
    use strict;
    &a(-beer=>'none');
    ...
    {
        print join("=>",@_);
    }