Re: Wanted: Help inventing poor man's FTP server

2011-04-11 Thread Paul Johnson
On Mon, Apr 11, 2011 at 08:50:59AM +0300, Shlomi Fish wrote: > Hi Siegfried, > > On Sunday 10 Apr 2011 21:55:30 siegfr...@heintze.com wrote: > > I want to implement a implement a poor man's ftp server that has minimal > > dependencies (like none!). I'll write a simple custom poor man's ftp > > cli

Re: Regular Expressions Question

2011-04-11 Thread Rob Dixon
On 11/04/2011 06:43, Shlomi Fish wrote: > On Sunday 10 Apr 2011 14:05:49 cityuk wrote: >> >> This is more of a generic question on regular expressions as my >> program is working fine but I was just curious. >> >> Say you have the following URLs: >> >> http://www.test.com/image.gif >> http://www.te

Locking NFS files using File::NFSLock

2011-04-11 Thread Parag Kalra
Hi, I was just exploring File::NFSLock to lock files on the NFS server but seems like its not working. It ends up creating stale files and only option left is to abort the script. I am testing it on NFSv3 Anybody had any success in using this module? Here is my sample code. use strict; use warn

Re: Locking NFS files using File::NFSLock

2011-04-11 Thread Kenneth Wolcott
On Mon, Apr 11, 2011 at 23:37, Parag Kalra wrote: > Hi, > > I was just exploring File::NFSLock to lock files on the NFS server but seems > like its not working. It ends up creating stale files and only option left > is to abort the script. I am testing it on NFSv3 > > Anybody had any success in us