Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: Perl reference array

by teun-arno (Acolyte)
on Mar 28, 2015 at 21:46 UTC ( [id://1121691]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Perl reference array
in thread Perl reference array

Ok rolf

Thanks for the quick answer. It seems that i have to workaround this myself. There is no perl "build in " feature to solve this. I was just wondering ...

greetings.

Replies are listed 'Best First'.
Re^4: Perl reference array
by LanX (Saint) on Mar 28, 2015 at 21:59 UTC
    > There is no perl "build in " feature to solve this.

    Not that I'm aware of in Perl's syntax.

    Perl is very flexible in parsing, combining regex and split is powerful.

    Or suing map to translate lists.

    But without knowing your task/grammar it's speculative coding (like do your fields allow only integers or strings with whitespace?)

    There might be some core modules allowing input formats supporting this somehow.

    Maybe YAML or JSON ... (?)

    CSV should, but isn't core.

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)

    PS: Je suis Charlie!

Log In?
Username:
Password:

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

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

    No recent polls found