Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    rachelle is offline Member Array
    Join Date
    Apr 2006
    Answers
    97

    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?


  2. #2
    ungalnanban's Avatar
    ungalnanban is offline Junior Member Array
    Join Date
    Feb 2010
    Location
    Chennai-TamilNadu-India
    Answers
    2

    Thumbs up

    see the man page of split command and use the command in system function in your perl program.


Latest Article

Network Security Risk Assessment and Measurement

Read More...