in reply to altering and printing an array

print "date\tversion\n"; for( 0..$#dateArray ) { print "$dateArray[$_]\t$versionArray[$_]\n"; }

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