Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Failed to close file

by ovedpo15 (Pilgrim)
on Aug 24, 2019 at 09:58 UTC ( [id://11104937]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       open(PACK,">$pack") or die("failed to open file $pack");
       print PACK <<_M_E; 
    ...
    _M_E
    
       close(PACK) or die("failed to close file $pack");
    
  2. or download this
    failed to close file <path> at <script> line 400.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-20 03:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found