in reply to Seeking help with Looping problem

Which files is your code moving? Can you reduce the code to something that demonstrates your problem and that can be run on someone elses system?

An eyeball check of you code may well turn up errors of all sorts that may, or may not, include the immediate issue. But that takes a lot more time than debugging the code. Perl programmers are lazy don't you know - its a virtue.


DWIM is Perl's answer to Gödel

Replies are listed 'Best First'.
Re^2: Seeking help with Looping problem
by sasrs99 (Acolyte) on Aug 15, 2006 at 18:21 UTC
    The order files that contain non-Mondays are being moved to the order_good directory. It's the all Monday orders that won't move. I'll see what I can do to clean up the code and repost.