Deparse
am 31.03.2006 10:47:18 von rvtol+newsThe output of
perl -Mstrict -MEnglish -MO=Deparse -e '$OUTPUT_AUTOFLUSH=1'
does contain a 'use strict' but does not contain a 'use English'. Is
that OK?
The outputs of
perl -MO=Deparse -MEnglish -Mwarnings -Mstrict -e '$OUTPUT_AUTOFLUSH=1'
perl -MO=Deparse -Mstrict -Mwarnings -MEnglish -e '$OUTPUT_AUTOFLUSH=1'
are equal, so the 'use's are reordered.
--
Affijn, Ruud
"Gewoon is een tijger."