Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

foreach doesn't select array element

by december (Pilgrim)
on May 04, 2009 at 08:39 UTC ( [id://761672]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub convFieldToXML($) {
      my $fldref = shift;
    ...
        # snip --8<--;
      }
    }
    
  2. or download this
    fldref=
    [
    ...
      ["\$h", "P|ysti, Lasse"],
      ["\$j", "Fran*8aix, Jean"],
    ]
    
  3. or download this
    fldref=
    [
    ...
      \["\$h", "P|ysti, Lasse"],
      \["\$j", "Fran*8aix, Jean"],
    ]
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-25 23:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found