in reply to Re: Re: Re: Re: Here's a quick example why not to use Indirect notation
in thread Perl High School

In addition, if you mistype the name ... you get an error saying that main::FOO() could not be found. That's not a good error.

That's a rare problem (depending on one's typing skills) that takes, what, about 30 seconds to resolve?

  • Comment on Re: Re: Re: Re: Re: Here's a quick example why not to use Indirect notation