Help for this page
while( <FILE> ) { if ( /^([^\,]*\,\s*[^\,]*)\,\s*(.*)$/ ) { ... print "Address: $2\n"; } }