in reply to Re^4: require at compile time?
in thread require at compile time?

Thanks—that's extremely clear. I still don't understand your remaining statement in Re^2: require at compile time?, that exists contradicts the statement “The glob exists”, though. (I don't disagree—I just don't understand it.)

Replies are listed 'Best First'.
Re^6: require at compile time?
by ikegami (Patriarch) on Nov 08, 2008 at 02:05 UTC

    That statement is also wrong. Same reason.

    >perl588\bin\perl -le"print exists $::{'URI::'} ? 'yes' : 'no';" no >perl5100\bin\perl -le"print exists $::{'URI::'} ? 'yes' : 'no';" no >perl588\bin\perl -le"print exists $::{'URI::'} ? 'yes' : 'no'; requir +e URI;" yes >perl5100\bin\perl -le"print exists $::{'URI::'} ? 'yes' : 'no'; requi +re URI;" yes