Well based on your less than enligtening description:
- If you are on Win32 get used to it, this is SOP. Attend to your 3 finger salute.
- If you are on *nix I suggest not slurping the entire contents of your file system into a scalar. This leads to memory exhaustion and data is then swapped to disk. This is bad, as it means you have yet more info to read
- fork while 1 is bad
Seriously how on earth do you expect anyone to offer any sort or sensible suggestion based on your 'invisible code that does script like stuff does not work under stress crashing computers (plural?) on unspecified operating system using some version of some scripting language, presumably perl' description?
I would suggest Tutorials and some of the how to ask a question links as the first stop. Then I would suggest posting a snippet of code that recreates you does not work issue here.
High on the list is using all your memory and hitting swap.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.