Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Script die without warning while getting result from DBI

by graff (Chancellor)
on Jan 05, 2008 at 02:09 UTC ( [id://660493]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
                unless (defined $cdr_list->{$msisdn})
                {
                    $cdr_list->{$msisdn} = [];
                }
    
  2. or download this
                push @{$cdr_list->{$msisdn}}, $record;
                     # autovivifies $cdr_list->{$msisdn} as an array ref f
    +or each new key
    

Log In?
Username:
Password:

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

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

    No recent polls found