Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Pattern Matching Problem

by monktim (Friar)
on Aug 06, 2003 at 20:23 UTC ( [id://281573]=note: print w/replies, xml ) Need Help??


in reply to Pattern Matching Problem

Here you go.
use strict; use warnings; my $str = 'Patron @FirstName@ @LastName@ has filled out the @FormName@ + form. Please send them an email at @EmailAddress@.'; print "$str\n"; $str =~ s/\@(.*?)\@/\@<B>$1<\/B>\@/g; print "$str\n";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://281573]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (6)
As of 2024-03-28 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found