On Fri, Jun 29, 2001 at 05:07:05PM -0700, Matthew Snelham wrote:
> On 29 Jun 2001 04:54 PM or thereabouts, Micah Cowan wrote:
> > On Fri, Jun 29, 2001 at 04:07:11PM -0700, Matthew Snelham wrote:
> > >
> > > Why do you have the 'strict refs' pragma turned on if you're bandying about
> > > references? Stylistically unneeded, IMHO.
> >
> > What are you talking about, my friend? strict refs doesn't disable
> > using refs - it forces you to use them "correctly." "Incorrect"
> > things which are disallowed include using the /name/ of a hash as its
> > reference, i.e.:
>
> I know, I just think the pragma is unneeded, because anyone who tried to
> reference a variable via a hardcoded symbolic reference should be shot. ;-)
Huh! Looks like I completely misinterpreted your meaning. :-)
Micah