Re: flock(); with strict subs

2002-08-02 Thread Steve Grazzini
Kyle Babich [EMAIL PROTECTED] wrote: How do I flock(); with strict subs in effect? flock is a builtin. flock($fh, 2); If you want the symbolic constants, you need to use Fcntl qw/:flock/; flock($fh, LOCK_EX); -- Steve perldoc -qa.j | perl -lpe '($_)=m((.*))' -- To unsubscribe, e

flock(); with strict subs

2002-07-31 Thread Kyle Babich
How do I flock(); with strict subs in effect? Thanks, -- Kyle -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]