abubacker has asked for the wisdom of the Perl Monks concerning the following question:
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Locking memory region
by Fletch (Bishop) on Aug 13, 2009 at 12:57 UTC | |
Please ask me if you want more information , I am ready to give Really? You mean it? Rather than you providing a cogent question with meaningful details we instead get to slowly drag them out of you based on wild guesses from the pittance you've already provided? Joy! (See How (Not) To Ask A Question.) Update: And it's also bad form to pretty much completely change the contents of a node without any indication it's been done.
The cake is a lie. | [reply] |
Re: Locking memory region
by BioLion (Curate) on Aug 13, 2009 at 13:40 UTC | |
abubacker - As you will have seen by the responses to your many question over the last day or so : Many people have pointed you towards How (Not) To Ask A Question - this is because people here don't really appreciate having an answer demanded of them. Especially when something as simple as googling | super searching 'perl file locking' will give you a very comprehensible answer. You will get a lot better responses if you show what you have tried, looked at or searched for so far, explaining why you are still having a problem understanding something or getting a script to work. Monks will always help those who help themselves, but get irritated easily when they are treated like a walking encyclopedia. Finding out how to find things out is half the battle, and you really have to teach yourself that! (Although doing a Super Search at PerlMonks is probably one of the better starting places!)
Just a something something...
| [reply] |
Re: Locking memory region
by leocharre (Priest) on Aug 13, 2009 at 15:19 UTC | |
You need to post examples with your questions. You gotta actually read what Fletch posted, and actually follow up on it- really read the stuff. Really really. We also want the quickest way to get things done possible- to learn and solve problems as fast as possible. It turns out, simply asking as if people could read our minds, is *not* the quickest way, actually- it fails misserably. The quickest way for you to get your answers now and in the future is to do as was suggested. Invest a little time into it. A morning, perhaps. It will work like magic in the days to come. | [reply] |
Re: Locking memory region
by ikegami (Patriarch) on Aug 13, 2009 at 15:33 UTC | |
| [reply] |
Re: Locking memory region
by ELISHEVA (Prior) on Aug 14, 2009 at 05:19 UTC | |
Can you? yes. How should you? Or even, should you? Impossible to tell if we don't know more about the problem you are trying to solve. Unless you tell us what you've tried, we're shooting in the dark about what confuses you or how to help you. We can give you advice but you may not know how to use it. Or you may just plop it in your code, but you may not know how to debug it. Or we could point you to documentation, but you may not know how to read it. There are a zillion different ways a new Perl programmer can get confused. These may not apply to you but here are some: For an even longer list see, I know what I mean. Why don't you?. I hope you can see why people who really, really want to help you get just a little bit frustrated when you ask a question with no explanation of (a) why you want to do X (b) what problem you hope it will solve (c) what you have already tried to solve that problem. Secondly, we like to see people who have put some effort in because it shows they have the temperament to really benefit from our help. It means they are willing to work to learn. Even with our help, a learner still has to work. We can't make those brain cog wheels turn for you. Only you can do that. If you aren't sure how to search for answer on your own, then make that your question. Instead of "can I lock a file", ask "how do I go about looking up information about locking files in Perl?" Here are some tips on finding out things for yourself: Best, beth | [reply] |