in reply to Evaluate variable while using

my $hello = sub { 'hello '.$_[0] }; print "kevin"->$hello; # or my $x = 'kevin'; print $x->$hello;

credit to Discipulus's latest well-spaced JAPH

bw, bliako