in reply to Re^2: Subroutines not working rightin thread Subroutines not working right
$func = \&foo; -vs- $func = sub { foo(1) }; [download]