Help for this page
#!/usr/bin/perl use strict; ... my $self = shift; return @{$self->{currentFields}}; }
->[0]