#!/usr/bin/perl -w use strict; use Tie::File; tie my @a, "Tie::File", "/tmp/foo" or die $!; for (@a) { s/hello/goodbye/gi; }
In reply to Re: Editing Contents of a File
by eserte
in thread Editing Contents of a File
by bivouac
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |