What will be the size of the @fields array my $record = ':a:b:c:'; my @fields = split(':', $record, -1);
Reveal answer
Fill a bubble to check yourself
What will be the size of the @fields array my $record = ':a:b:c:'; my @fields = split(':', $record, -1);