http://www.perlmonks.org?node_id=680747


in reply to Re^2: phantom subroutine parameter values
in thread phantom subroutine parameter values

uh?! it seems a feature! in any case i like calling with the & 'cause i spot easy subroutine's calling.

if i understand :
sub refinemydata { my $data = shift; &is_refined:return?&rerefine;}
could be a valid syntax too ?
something new

Lor*