perl - simple reminder about symbols in variable strings
- From: "Lamar Upshaw" <lupshaw@xxxxxxxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Sat, 7 Feb 2009 20:51:09 -0800
Can I use the at sign (@) in a variable striing? my $email=email@xxxxxxxxxx; or do I have to include the backslash before the at sign? (\@) my $email="email\@domain.com"; Thanks for any ehlp. With All Respect, Upshaw, Lamar T
- Follow-Ups:
- RE: perl - simple reminder about symbols in variable strings
- From: Humberto Rodriguez
- Re: perl - simple reminder about symbols in variable strings
- From: Octavian Rasnita
- RE: perl - simple reminder about symbols in variable strings
- References:
- Positioning text within a circle
- From: Ian D. Nichols
- RE: Positioning text within a circle
- From: Ken Perry
- Positioning text within a circle
Other related posts:
- » perl - simple reminder about symbols in variable strings - Lamar Upshaw
- » RE: perl - simple reminder about symbols in variable strings - Humberto Rodriguez
- » Re: perl - simple reminder about symbols in variable strings - Octavian Rasnita