battingboy has asked for the wisdom of the Perl Monks concerning the following question:
" How can I make x and y values being numbers from columns of different files? example: x is a column with 1000 values and y another column with 1000 different numbers? Thanks.my $x = [1,2,3,4,5]; my $y = [5,7,8,12,13];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Changing the input value
by Athanasius (Archbishop) on Apr 04, 2015 at 04:27 UTC |