Eric Brine wrote: > - sv == &PL_sv_yes is a no-op. It is documented as "unfound import, > ignore". Freaky: $ perl -lwe '1->(); print "OK"' Undefined subroutine &main::1 called at -e line 1. $ perl -lwe '${\!0}->(); print "OK"' OK -zeframThread Previous | Thread Next