Re: HELP:Constants.pm breaks frozenbubble
[email protected] (David Goehrig)
| Newsgroups | perl.sdl.devel |
|---|---|
| Message-ID | <[email protected]> |
The "black magic" is perl5 typeglob programming 101. GV in the perl internals pods. As for the behavior change there was a reason. But I don't remember what it was. :) I will take a look when my kid is asleep. Dave -=-=- [email protected] -=-=- On Aug 17, 2009, at 1:04 PM, Kartik Thakore <[email protected]> wrote: > Ok I need some help with the black magic in lib/SDL/Constants.pm > @EXPORT. Right now the constants can be accessed in a script that > doesn't do > Package whutever; > SDL:: needs to be appended. Any help will be great. > > Kartik Thakore