I'm working with large numbers of files that can vary in size up to 4 GB and more. Every time I try tackling them straight on I run out of virtual memory. The files are sequentially numbered somewhat like SS numbers -- they contain hyphens. The file numbers are unique as far as I can tell.

Is there a loop I can use that will process the first 10,000 files, then exit; then the next 10,000 files, then exit; and so on until all files have been processed? The exiting is so I can run a SQL Server job to insert the processed files into SQL Server.

-- Craig


---
avast! Antivirus: Outbound message clean.
Virus Database (VPS): 0539-0, 09/26/2005
Tested on: 9/26/2005 11:40:47 AM
avast! - copyright (c) 1988-2004 ALWIL Software.
http://www.avast.com



_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to