File::LineEdit

File::LineEdit is a small utility for editing each line of a file.
Download

File::LineEdit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Miko O'Sullivan
  • Publisher web site:
  • http://search.cpan.org/~miko/

File::LineEdit Tags


File::LineEdit Description

File::LineEdit is a small utility for editing each line of a file. File::LineEdit is a small utility for editing each line of a file.SYNOPSIS # object interface my $le = File::LineEdit->new('myfile.txt'); foreach my $line (@$le) {$line =~ s|foo|bar|} # tied array interface my (@le); tie @le, 'File::LineEdit::Tie', 'myfile.txt'; foreach my $line (@le) {$line =~ s|foo|bar|} untie @le;Requirements:· PerlINSTALLATIONFile::LineEdit can be installed with the usual routine: perl Makefile.PL make make test make installYou can also just copy LineEdit.pm into the File/ directory of one of your library trees.


File::LineEdit Related Software