Bob Showalter wrote:
> Paul Kraus wrote:
> > WTF now its working with no changes to the program..
> > This is very frustrating.
> > Is perl some how looking at the way the directory was last
> > sorted in my
> > Ms window even though its pulling it from a UNIX server?
>
> Perl isn't doing anyt
Paul Kraus wrote:
>
> I have a program that would read a directory and then do some renaming.
> Up until recently it always seem to read by oldest file first to newest.
> Which is great because my renaming involves incrementing a counter and
> placing that count in each file. So if the order was c
Sent: Friday, August 22, 2003 2:30 PM
> To: [EMAIL PROTECTED]
> Subject: Read dir / sort
>
>
> I have a program that would read a directory and then do some
> renaming. Up until recently it always seem to read by oldest file
> first
> to newest.
> Which is great because
Paul Kraus wrote:
> Ok tested that theory and it is exactly what it is doing. That is not
> a good thing. How can I force it to read the directory based on file
> date instead of the way windows last sorted it. That does not seem
> right to me that it would function like this.
>
> foreach ( readdi
[mailto:[EMAIL PROTECTED]
Sent: Friday, August 22, 2003 2:36 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: Read dir / sort
WTF now its working with no changes to the program..
This is very frustrating.
Is perl some how looking at the way the directory was last sorted in my
Ms window
, August 22, 2003 2:30 PM
To: [EMAIL PROTECTED]
Subject: Read dir / sort
I have a program that would read a directory and then do some renaming.
Up until recently it always seem to read by oldest file first to newest.
Which is great because my renaming involves incrementing a counter and
placing
I have a program that would read a directory and then do some renaming.
Up until recently it always seem to read by oldest file first to newest.
Which is great because my renaming involves incrementing a counter and
placing that count in each file. So if the order was changed the program
will break