Cool File & Directory Modules File::Temp 26 of 69 : prev | index | next

File::Temp

Some Examples

  use File::Temp qw/ tempfile /;
  ($fh, $filename) = tempfile( DIR => $dir );
   $template = "tmpfileXXXXX";
  ($fh, $filename) = tempfile( $template, DIR => $dir);
  ($fh, $filename) = tempfile( $template, SUFFIX => '.dat');
  $fh = tempfile();

© 2003 Barbie - barbie@missbarbell.co.uk contents http://birmingham.pm.org/