Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

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

by dev2000 (Sexton)
on May 30, 2002 at 15:36 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-20 16:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found