in reply to Re: Re: Re: using glob to get files
in thread using glob to get files

The ampersand also disables any prototype checking on arguments not provided.
Good. And it gets rid of that pesky "called too early to check prototype" message.

(That is to say, prototypes are better completely forgotten about. Use them if and when they are actually needed.)

&foo;
Don't Do That, Then.
  • Comment on Re: Re: Re: Re: using glob to get files