Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Split into @array works, into ($val1, $val2, ...) doesn't.

by polypompholyx (Chaplain)
on Sep 20, 2005 at 10:00 UTC ( [id://493391]=note: print w/replies, xml ) Need Help??


in reply to Split into @array works, into ($val1, $val2, ...) doesn't.

My eyes do not see lexical variables. Are the (presumably global) p3_ variables being re-used somewhere else later in the script, where their values cause the script to barf? Try putting use CGI::Carp 'fatalsToBrowser';, at the top of your CGI script and you may get something more helpful than a bald 500 server error.

Replies are listed 'Best First'.
Re^2: Split into @array works, into ($val1, $val2, ...) doesn't.
by punch_card_don (Curate) on Sep 21, 2005 at 15:01 UTC
    Great minds think alike - already have use CGI::Carp 'fatalsToBrowser'; in there. That's the maddening thing - it produces nothing.

    Forget that fear of gravity,
    Get a little savagery in your life.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 01:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found