Help for this page

Select Code to Download


  1. or download this
    if ($host eq "dell") {
       if ($db = DBI->connect("DBI:mysql:nikos_db", "root", "XXXX")) {}
    ...
          exit();
       }
    }