in reply to Array Scopes?
#!/usr/bin/perl use strict; my @record = split( /,\s/ ) while (<>); [download]