Help for this page

Select Code to Download


  1. or download this
    BEGIN { push (@INC, "D:\\Perl\\site\\lib"); }
    use DBI;
    
  2. or download this
    use lib "D:\\Perl\\site\\lib";
    use DBI;