Re: Dialog and Tempfiles in Perl

2007-04-11 Thread Chas Owens
On 4/11/07, Rodrigo Tavares <[EMAIL PROTECTED]> wrote: Hello, I like to know, if exist anything as tempfile and dialog program in Perl. Both commands is include in shell script. Take a look at File::Temp* for tempfile. To my knowledge there is no direct replacement for dialog in Perl. You c

Re: Dialog and Tempfiles in Perl

2007-04-11 Thread Ken Foskey
On Wed, 2007-04-11 at 12:09 -0300, Rodrigo Tavares wrote: > Hello, > > I like to know, if exist anything as tempfile and http://search.cpan.org/~tjenness/File-Temp-0.18/Temp.pm > dialog program in Perl. http://search.cpan.org/~uncle/Dialog-0.03/Dialog.pod There are many other better solutions