- or download this
#Finished setup of two arrays 5761 x 2801
#After - using system("date");: #exited with value ($? >> 8) = 0
...
#After - using open:
#End
- or download this
#Finished setup of two arrays 5761 x 2001
#After - using system("date");: Wed Feb 17 13:13:24 GMT 2010
...
#End
- or download this
print "#Finished setup of two arrays $i x $j\n";
...
print "\n#End\n";
exit;