Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: Unexpected warnings in log file.

by TexasTess (Beadle)
on Aug 09, 2002 at 21:23 UTC ( [id://189054]=note: print w/replies, xml ) Need Help??


in reply to Re: Unexpected warnings in log file.
in thread Unexpected warnings in log file.

Can't be the -w after the shebang, the system log would not change the case of the character..and it specifically references a "W" not a "w".

This is a long shot..but are you writing this code in a windows environment then moving it to a *unix server? The following line might be your culprit because of the carriage return after the "return"...
return $WebPage->popup_menu ( -values =>
Try it this way:
return $WebPage->popup_menu ( -values =>
There are instances where carriage returns are translated into "." thus the concatonation reference in the warning...I'd like it if you tried taking it out just to humor me...

TexasTess
"Great Spirits Often Encounter Violent Opposition From Mediocre Minds" --Albert Einstein

Replies are listed 'Best First'.
Re: Re: Re: Unexpected warnings in log file.
by krisahoch (Deacon) on Aug 09, 2002 at 21:27 UTC
    No. I am writing it on a Linux server. I use Kate as my editor. I was also given to understand that perl doesn't care about whitespace in this type of instance.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (9)
As of 2024-04-18 16:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found