D
Dan Jacobson
Perlsub says subroutines may be located anywhere in the main program;
and indeed,
$ perl -e 'if(0){sub x{print "wow"}};x;'
wow
Anything non ideal here?
and indeed,
$ perl -e 'if(0){sub x{print "wow"}};x;'
wow
Anything non ideal here?