Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Re: my least favorite perl feature

by waxmop (Beadle)
on Feb 05, 2003 at 21:30 UTC ( [id://232937]=note: print w/replies, xml ) Need Help??


in reply to Re: my least favorite perl feature
in thread my least favorite perl feature

I would "use warnings", but in mason, it just isn't useful. For example, here's the message I get back when I "use warnings":

Mason error error in file: /usr/local/lib/perl5/5.6.0/Carp/Heavy.pm line 79: Bizarre copy of HASH in aassign context: ... 75: # them according to the format variables defined earlier in 76: # this file and join them onto the $sub sub-routine str +ing 77: if ($hargs) { 78: # we may trash some of the args so we take a copy 79: @a = @DB::args; # must get local copy of args 80: # don't print any more than $MaxArgNums 81: if ($MaxArgNums and @a > $MaxArgNums) { 82: # cap the length of $#a and set the last element to '.. +.' 83: $#a = $MaxArgNums; ... component stack: /orders_survey/search.html code stack: /usr/local/lib/perl5/5.6.0/Carp/Heavy.pm:79

See what I mean?

Replies are listed 'Best First'.
Re: Re: Re: my least favorite perl feature
by chromatic (Archbishop) on Feb 05, 2003 at 21:49 UTC

    That's a bug in 5.6.0. Upgrading to 5.8 (or at least 5.6.1) ought to fix it.

Log In?
Username:
Password:

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

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

    No recent polls found