Re: [MacPerl-AnyPerl] "our" declaration
[email protected] (Ronald J Kimball) Tue, 2 Jul 2002 09:46:09 -0400
| Newsgroups | perl.macperl.anyperl |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 02, 2002 at 03:59:08PM +0900, Joel Rees wrote: > Get this warning, and I know why, but it mentions an "our declaration": > > --------------------------------------------------- > Name "URI::URL::ABS_REMOTE_LEADING_DOTS" used only once: possible typo > at > autohits.pl line 282 (#1) > (W once) Typographical errors often show up as unique variable names. > If you had a good reason for having a unique name, then just mention it > again somehow to suppress the message. The our declaration is > provided for this purpose. > --------------------------------------------------- > > Don't find any "our" in my wonderful plethora of (two old) manuals. > Anyone care to enlighten me? Did you look in the documentation that came with the version of Perl which produced this error message? :) Ronald