in reply to File splitting script

not an answer to the question (probably BrowserUk has found the problem) but I wonder why you use system("mkdir...") when perl has mkdir...

cheers --stephan

Replies are listed 'Best First'.
Re^2: File splitting script
by Alien (Monk) on Jan 27, 2007 at 20:50 UTC
    Should we submit this to perlbugs ?

      IMHO this is a serious IO bug that should be submitted via perlbug. use a minimum code snippet reproducing the bug and your version of perl

      thanks --stephan