Help for this page
#!/usr/local/bin/perl -w use strict; ... print 'BALANCE: ',$table[12][1][3], "\n"; print 'AVAILABLE: ',$table[12][1][4], "\n";