Help for this page
my $strip = '\x0'; $strip .= '\d+' if $table->cell($rownum, 0..2) =~ $strip; $table->strip( $strip, $rownum, 0..2 );
# The ... indicates "Whatever" - it's not meant to be syntatically-cor +rect Perl. sub strip { ... $self->{cells}[...] =~ s/$pattern//; }