Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: How to create array from file

by AnomalousMonk (Archbishop)
on Jan 20, 2017 at 20:02 UTC ( [id://1180056]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to create array from file
in thread How to create array from file

Is this question related to the OPed question? If it is, it's vital for you to recognize that the format of the array elements in the second question
    [1,\'Hello\']
(a reference to an anonymous array containing two elements: a number and a string) is significantly different from the format of the array elements in the OPed question
    ['1,2,\'hello\',\'aerf\'']
(a reference to an anonymous array containing one element: a mixed alphanumeric string). Once the structure of the elements of the anonymous array is nailed down (both in our understanding and in your own), useful help can be given.

Update: Also, you seem to be altering your posts without leaving any note in the altered post that a change has been made (something like this paragraph). Please see How do I change/delete my post? for site etiquette and protocol WRT such changes.

Update 2 (some days later): Just realized the point choroba was making here, that  [1,\'Hello\'] doesn't even compile! I have to admit I don't really understand what you want (although you seem to have abandoned this thread, so I guess it doesn't matter).


Give a man a fish:  <%-{-{-{-<

Log In?
Username:
Password:

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

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

    No recent polls found