Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Should be simple, What don't I see?

by dev2000 (Sexton)
on May 30, 2002 at 15:36 UTC ( #170424=note: print w/replies, xml ) Need Help??


in reply to Should be simple, What don't I see?

The browser expected a tag. Use this:
use strict; my $firstName = 'first'; my $lastName = 'last'; my $email = 'email@email.com'; print "$firstName $lastName <$email>";
or choose another set of braces for your {email} address.

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2023-03-29 16:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (72 votes). Check out past polls.

    Notices?