Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Error "Can't use an undefined value as a HASH reference" while working with generated objects

by HJO (Acolyte)
on Oct 11, 2012 at 09:19 UTC ( [id://998396]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @values = $rc->{parameters}->{$key}->{value};
    my %valeur = %{$values[0][0]};
    
    ...
            ${$table_ref}[$nb_lignes_base+$i][$j] = $values[0][$i]{$fields
    +[$j]};
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-18 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found