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

Re^3: text to array

by space_monk (Chaplain)
on Jun 06, 2013 at 08:02 UTC ( [id://1037402]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
               $names12[$i]=@myNames[$i].',';
    #should be 
               $names12[$i]=$myNames[$i].',';
    
  2. or download this
    # execute as
    perl -n program.pl < myTextFile
    ...
        print join(',', @names12);
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-19 01:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found