Help with fork type of operation.

2003-02-03 Thread Michael Kingsbury
I'm trying to figure out the best way to go about this. I have an operation that takes some time that has to be done to every file. Certain files then go through operation #2, which takes even longer. I want to somehow fork off number two so that operation number one can proceed. Multiple insta

Re: Bareword Constant from Package giving problems with use strict....

2003-01-21 Thread Michael Kingsbury
> print Dog::Hello; That was it, they weren't exported I think. Refering to them as Win32::File::ARCHIVE, I don't have the problem. -mike -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bareword Constant from Package giving problems with use strict....

2003-01-21 Thread Michael Kingsbury
gt; > * 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 > > --

Bareword Constant from Package giving problems with use strict....

2003-01-21 Thread Michael Kingsbury
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]

Win32 File Attribs Example.

2003-01-21 Thread Michael Kingsbury
Does anyone have an example of determinting the file attibute bits of a file? I can get the bits, but have no easy way of determining what's what. I'm using the Win32::File::GetAttributes function. -mike -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL