Re: file renaming util in perl

2004-04-30 Thread Harry Putnam
[EMAIL PROTECTED] (Peter Scott) writes: >>How can I get an editable file name in there programatically? > > You need a more capable ReadLine package. Install > Term::ReadLine::Gnu and do: > > BEGIN { $ENV{PERL_RL} = 'Gnu' } > use Term::ReadLine; > my $term = new Term::ReadLine 'Simple Perl calc';

Re: file renaming util in perl

2004-04-30 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >[EMAIL PROTECTED] (Peter Scott) writes: > >> In article <[EMAIL PROTECTED]>, >> [EMAIL PROTECTED] writes: >>>Before starting to write my script designed to make filename changing >>>easier I'd like to ask how to create an editable command

Re: file renaming util in perl

2004-04-30 Thread reader
[EMAIL PROTECTED] (Peter Scott) writes: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] writes: >>Before starting to write my script designed to make filename changing >>easier I'd like to ask how to create an editable command line inside a >>perl script? > [snip] > > Term::ReadLine Ah yes

Re: file renaming util in perl

2004-04-30 Thread Peter Scott
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >Before starting to write my script designed to make filename changing >easier I'd like to ask how to create an editable command line inside a >perl script? [snip] Term::ReadLine -- Peter Scott http://www.perldebugged.com/ *** NEW *** ht