Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      $Max::robi = 'dbname';
    };
    use Max;
    
  2. or download this
    package Max;
    use strict;
    ...
    
    my $dbh = DBI->connect("dbi:SQLite:dbname=$Max::robi", "", "",{RaiseEr
    +ror=>1, AutoCommit=>1});