Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: scratching the surface of File::Temp

by a (Friar)
on Feb 09, 2001 at 10:33 UTC ( [id://57350]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    ($fh, $filename) = tempfile($template, DIR => $dir)
           or die "  $progname: Error creating $filename: $!";
    
  2. or download this
       print $fh "\nS'working?\n"
           or die "$progname: Error writing to $filename: $!";
       close ($fh)
           or die "$progname: Error closing $filename: $!";
       print "Printed data to $filename\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (5)
As of 2024-03-19 03:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found