&a(-beer=>none); sub a { print join("=>",@_); } #### use strict; &a(-beer=>'none'); sub a { print join("=>",@_); }