Spreadsheet-Edit
view release on metacpan or search on metacpan
lib/Spreadsheet/Edit.pm view on Meta::CPAN
}
# See below for title_rx()
sub title_row() {
my $self = &__selfmustonly;
my $title_rx = $$self->{title_rx};
my $r = defined($title_rx) ? $$self->{rows}->[$title_rx] : undef;
log_methcall $self, [], [$r] if $$self->{verbose};
$r
}
sub rx() { ${ &__selfmustonly }->{current_rx} }
sub crow() {
my $self = &__selfmustonly;
${ $self->_onlyinapply("crow() method") }->{rows}->[$$self->{current_rx}]
}
sub linenum() {
my $self = &__selfmustonly;
my $current_rx = $$self->{current_rx} // return(undef);
$$self->{linenums}->[$current_rx];
}
sub _getref {
( run in 0.953 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )