Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

fcntl failure after eval

by flipper (Beadle)
on Aug 11, 2011 at 13:51 UTC ( [id://919873]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    root@geedorah:~# perl foo.pl 
    eval error - ''
    lock says: 0 but true
    unlock says: 0 but true
    
  2. or download this
    included by eval at (eval 1) line 2.
    eval error - ''
    lock says: UNDEFINED - Invalid argument
    unlock says: 0 but true
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    use Fcntl qw(:DEFAULT :seek);
    ...
                    die "Cannot release lock I don't hold for $version!";
            }
    }
    
  4. or download this
    root@geedorah:~# perl -V
  5. or download this
    Summary of my perl5 (revision 5 version 10 subversion 1) configuration
    +:
       
    ...
        /usr/local/lib/site_perl
        .
    root@geedorah:~#
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://919873]
Approved by moritz
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 16:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found