Help for this page
&a(-beer=>none); sub a { print join("=>",@_); }
use strict; &a(-beer=>'none'); ... { print join("=>",@_); }