in reply to altering and printing an array
Hi,
Many of them suggested very well....I too have some suggestions. this can help u too.
@dateArray = ("110905","111505"); @versionArray = ("1.000.10.01","1.000.10.01"); print "date\t-\tversion"; for ($i=0;$i<=$#dateArray;$i++) { print "\n$dateArray[$i]\t-\t$versionArray[$i]"; }
Regards
Franklin
Don't put off till tomorrow, what you can do today.
|
|---|