It was Thursday, February 27, 2003 when Yannick Warnier took the soap box, saying: : Hi, : : I'm searching for some perl module to share a file on a network with : some concurent access management. : : So, the file should be on a system, be readable by the module (we : suppose it is) and then the module should read what's in the file (parse : it, but that's optional) and allow different perl scripts to access the : content of the image of the file.
I'm afraid you're being way too ambiguous in your request. It kind of sounds like "I want this thing to get this other thing and allow those things to access part or all of the first thing." There are lots of parsing modules. They usually corrispond to a particular format such as XML, PDF, POD, etc. What you are describing, and the level of vagueness you use tells me that you probably have your own format, that's fine, but it will probably require a custom solution. : Has anybody got an idea on a module to do that, on a place to search for : that or on some way to do that anyway. I know there's a pattern named : Proxy which should help me to do that but I'm mostly looking for some : already-packaged solution. With the level of detail we have the best bet I can think of is to start with a home grown solution, you'll have to write it. You may get help from Parse::RecDescent or similar modules. Casey West -- Live TV died in the late 1950s, electronic bulletin boards came along in the mid-1980s, meaning there was about a 25-year gap when it was difficult to put your foot in your mouth and have people all across the country know about it. -- Mark Leeper -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]