The Win32::File uses ARCHIVE, READONLY, SYSTEM, HIDDEN, etc as constants for use with the file attribute types. However, with use strict, perl barfs due to a bareword.
On 22 Jan 2003, simran wrote: > not sure what you mean... > > but perhaps the following might help: > > * use constant ABC => 'this is some text'; > > * use vars ... > > > > On Wed, 2003-01-22 at 12:28, Michael Kingsbury wrote: > > How do I use a (known) Bareword constant from a package when strict's on? > > > > -mike > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]