Help for this page
my $book_hashref = $sel_cursor->fetchrow_hashref; display_basic($book_hashref);
sub display_basic { ... print "$book_ref->{'name'}<br>\n"; }
"my" variable $book_ref masks earlier declaration in same scope at Dis +playStuff.pm line 100. syntax error at DisplayStuff.pm line 96, near "sub display_basic" syntax error at DisplayStuff.pm line 102, near "}"