T
Thomas Andersson
Will this line update $page with a number if it's double digit (ie 10+) or
does the code need to change?
my ($page) = $page_number_txt =~ /PAGE (\d) >/;
does the code need to change?
my ($page) = $page_number_txt =~ /PAGE (\d) >/;