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
> 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]
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
>
>
--
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]
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