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

Re: what is this error means Use of uninitialized value $. in concatenation (.) or string

by martin (Friar)
on Feb 07, 2016 at 10:48 UTC ( [id://1154601]=note: print w/replies, xml ) Need Help??


in reply to what is this error means Use of uninitialized value $. in concatenation (.) or string

The HTML code following after the line print <<EOF; is not properly quoted. You should write that line as:

print <<'EOF';
to prevent perl from interpolating $. and $( as variables.

  • Comment on Re: what is this error means Use of uninitialized value $. in concatenation (.) or string
  • Download Code

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-24 06:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found