Dear Monks, I've just started using 5.10, and I noticed that, under 5.8:
% perl -e 'print defined %URI:: ? "yes\n" : "no\n";' no % perl -e 'print defined %URI:: ? "yes\n" : "no\n"; require URI;' no
but under 5.10:
% perl -e 'print defined %URI:: ? "yes\n" : "no\n";' no % perl -e 'print defined %URI:: ? "yes\n" : "no\n"; require URI;' yes
Do require's happen at compile time now?
In reply to require at compile time? by jbazik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |