Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^3: foreach doesn't select array element

by ELISHEVA (Prior)
on May 04, 2009 at 14:37 UTC ( [id://761740]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $aVars=  [
        ["\$a", "Tarina Babarista, pienest{ elefantista"],
    ...
      ];
    
    my $fldref= [ 500, 0, 0, $aVars ];
    
  2. or download this
    foreach my $tmp (@{$fldref->[3]}) {
      print "$tmp: <@$tmp>\n";
    ...
    ARRAY(0x81e5a4c) <$g Brunhoff, Jean de >
    ARRAY(0x81f236c) <$h P|ysti, Lasse>
    ARRAY(0x81f239c) <$j Fran*8aix, Jean>
    

Log In?
Username:
Password:

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

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

    No recent polls found