Dialog and Tempfiles in Perl

2007-04-11 Thread Rodrigo Tavares
Hello, I like to know, if exist anything as tempfile and dialog program in Perl. Both commands is include in shell script. I produce a software in shell-script that create new databases in postgresql, define IP Address, Port Number, set permissions, test versions, replace fields and others.

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

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