Dan O'Neill wrote: > Version: 3.8.4 > OS: Fedora release 11 > Perl: Perl v5.10.0 under linux > Fcntl: Fcntl v1.06; > > This demo.pl program generates errors when "use Fcntl;" is included and > otherwise works as expected. > > a. Can someone replicate this error? > b. Any ideas about a solution?
A workaround is to use the Perl module LockFile::Simple instead of the flock() methodology. Still, there's something odd going on, but I have a solution. RT maintainers may want to research this further. dan _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [email protected] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
