Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: tabular format of data

by JavaFan (Canon)
on Feb 18, 2012 at 01:12 UTC ( [id://954659]=note: print w/replies, xml ) Need Help??


in reply to Re^2: tabular format of data
in thread tabular format of data

Sure. Replace my first line with:
my @data; foreach (my $i = 0; $i < @Arr1 && $i < @Arr2; $i++) { $data[$i] = [$Arr1[$i], $Arr2[$i]]; }

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

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

    No recent polls found