Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

First, reduce your code to the absolute bare minimum that exhibits the problem. This will probably lead to you solving it yourself, but if it doesn't it'll make it easier for us to help you. Then, show us *all* of that bare minimum. As it stands, your code won't even compile (and that's ignoring the bit you cut out and replace with "parsing happens here").

However, a coupla pointers to get your started - first, get rid of the fork()ing. Windows doesn't do it very well. Second, Windows doesn't open() files properly. You say that you have to parse binary 'chp' files, whatever they are, but your code says that you're opening and parsing .txt files. If those are the files you mean to open, then you need to use binmode() to open the files properly. You might need to do that anyway even if they are text files, if your parsing code cares about line endings.


In reply to Re: Is my code forking the way I want it to? Forking and System Calls by DrHyde
in thread Is my code forking the way I want it to? Forking and System Calls by pimperator

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-19 23:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found