Re: tempfile <-> IO::Handle::new_tmpfile?

1998-07-11 Thread Joey Hess
Marcelo E. Magallon wrote: > Hi, > >can I use IO::Handle::new_tmpfile in an Perl script that's run on > postinst? The package has to Predepend on perl, right? Why not just depend on debianutils (>= 1.6) and use the tempfile command? > I'll use this > tempfile to modify a conffile (it *ha

tempfile <-> IO::Handle::new_tmpfile?

1998-07-11 Thread Marcelo E. Magallon
Hi, can I use IO::Handle::new_tmpfile in an Perl script that's run on postinst? The package has to Predepend on perl, right? I'll use this tempfile to modify a conffile (it *has* to be modified, it's not an option)... what's the proper way of moving the file back into place? I think: sy