main:: vs main'
by Jeff Pinyan other posts by this author
Sep 29 2000 12:16PM messages near this date
[PATCH-R] was Re: SuSE's gcc-2.95.2 and //depot/perl
|
Re: main:: vs main'
The ' synonym for :: is not fully supported:
*sym = main::;
*sym = main';
Bad name after main'.
Is that because ' is deprecated? Or to stop silly missing-quote mistakes?
--
Jeff "japhy" Pinyan japhy@[...].com http://www.pobox.com/~japhy/
PerlMonth - An Online Perl Magazine http://www.perlmonth.com/
The Perl Archive - Articles, Forums, etc. http://www.perlarchive.com/
CPAN - #1 Perl Resource (my id: PINYAN) http://search.cpan.org/
Thread:
Jeff Pinyan
Mark Mielke
|