Re: how to remove the letter n from a line of text
- From: Tad J McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Thu, 28 Feb 2008 18:33:57 -0600
pauls <pauls@xxxxxxxxxx> wrote:
Jürgen Exner wrote:
Works for me
use strict; use warnings;
$_ = 'banana';
s/n/fred/g;
print;
C:\tmp>t.pl
bafredafreda
Let me be more clear and correct myself:
You do that by posting a short and complete program that we can run.
Like Jürgen did.
--
Tad McClellan
email: perl -le "print scalar reverse qq/moc.noitatibaher\100cmdat/"
.
- References:
- how to remove the letter n from a line of text
- From: pauls
- Re: how to remove the letter n from a line of text
- From: Jürgen Exner
- Re: how to remove the letter n from a line of text
- From: pauls
- how to remove the letter n from a line of text
- Prev by Date: Re: Help with script
- Next by Date: Re: Converting "’" to an Apostrophe?
- Previous by thread: Re: how to remove the letter n from a line of text
- Next by thread: Re: how to remove the letter n from a line of text
- Index(es):
Relevant Pages
|
|