my $command = sub { qx'xmmsctrl print %T' }; $command->(); # subroutine dereference [download]
In reply to Re: pass subroutine value to scalar by sh1tn in thread pass subroutine value to scalar by sub_chick