Help for this page

Select Code to Download


  1. or download this
      my $book_hashref = $sel_cursor->fetchrow_hashref;
    
      display_basic($book_hashref);
    
  2. or download this
      sub display_basic
      {
    ...
    
        print "$book_ref->{'name'}<br>\n";
      }
    
  3. or download this
    "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 "}"