Help for this page

Select Code to Download


  1. or download this
    Global symbol "$FilmName" requires explicit package name at FILE line 
    +LINE
    
  2. or download this
    my $sth = $dbh->do(
    "INSERT INTO tblFilm (Name, Price) VALUES ('$FilmName', '$Price')") ||
    + print "Can't prepare statement: $DBI::errstr";