Now for example if my @data[1] consists of list of numbers, I need to find the diff between current record and prev record till it reaches the end of array.. Perl has such complex way of array accessing, I donno how to do $data[$i]-$data[$i-1].for(my $i=2;$i<table->last_record;$i++) my @data = $table->get_record($i,"Date");
In reply to Perl array access in a for loop by arun10427
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |