Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: Help with Creating a Table from array ref I parsed in

by Tux (Canon)
on May 12, 2022 at 07:01 UTC ( [id://11143810]=note: print w/replies, xml ) Need Help??


in reply to Help with Creating a Table from array ref I parsed in

my @col = split " ", $_; => my @col = split m/\s+/ => $_;


Enjoy, Have FUN! H.Merijn

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (10)
As of 2024-03-28 12:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found