in reply to Re^2: Writing to a file
in thread Writing to a file
Just for future reference, a "command line call" can usually be converted into a "program" fairly easily:
See O and B::Deparse.c:\@Work\Perl\monks>perl -MO=Deparse -pe "s#\bold(?=/path/to/some/)#ne +w#g" LINE: while (defined($_ = <ARGV>)) { s[\bold(?=/path/to/some/)][new]g; } continue { die "-p destination: $!\n" unless print $_; } -e syntax OK
Give a man a fish: <%-{-{-{-<
|
|---|