Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
result: name.com How do you parse this when it appears the string doesn't even contain the "@domain"?$string="name@domain.com"; print $string;
What must the string contain to print "name@domain.com"?
Edit by dws for <code> tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing/parsing string including "@"
by no_slogan (Deacon) on Sep 10, 2002 at 16:49 UTC | |
|
Re: printing/parsing string including "@"
by kabel (Chaplain) on Sep 10, 2002 at 16:41 UTC | |
|
Re: printing/parsing string including "@"
by suaveant (Parson) on Sep 10, 2002 at 16:48 UTC | |
|
Re: printing/parsing string including "@"
by davorg (Chancellor) on Sep 10, 2002 at 16:50 UTC | |
|
Re: printing/parsing string including "@"
by Pahrohfit (Sexton) on Sep 10, 2002 at 18:29 UTC | |
|
Re: printing/parsing string including "@"
by JP Sama (Hermit) on Sep 10, 2002 at 19:41 UTC | |
|
Re: printing/parsing string including "@"
by Jasper (Chaplain) on Sep 11, 2002 at 15:28 UTC | |
|
Re: printing/parsing string including "@"
by Anonymous Monk on Sep 10, 2002 at 22:27 UTC | |
|
Re: printing/parsing string including "@"
by Anonymous Monk on Sep 11, 2002 at 14:48 UTC |