
- Forum
- Programming Talk
- Perl
- File Handling
File Handling
This is a discussion on File Handling within the Perl forums, part of the Programming Talk category; I have a sub process in my PERL program where I want a sub program to create w number of ...
-
File Handling
I have a sub process in my PERL program where I want a sub program to create w number of files and each of these w files of constant size s. I want the number of files and constant size of each file to be given as parameter in my sub program. Can someone give me guidelines for achieving this process?
-
02-24-2010, 05:49 AM #2
see the man page of split command and use the command in system function in your perl program.
«
Perl
|
Unique File Names
»

Reply With Quote





