Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: mysterious hash ref result

by BrowserUk (Patriarch)
on Jan 12, 2007 at 13:44 UTC ( [id://594383]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $self->log(LOGDEBUG, 'EDIT_USER: '. Dumper(
        { 
    ...
        }
      )
    );
    
  2. or download this
    sub param {
     ...
        return unless exists ...
        return ...;
    }
    
  3. or download this
    Perl> sub x{ return };;
    
    ...
    Perl> print "@b";;
    Use of uninitialized value in join or string at (eval 13) line 1
    1 2 a  5 6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (7)
As of 2024-03-28 10:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found