Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
       $perl_module = shift;
    };
    eval "use $perl_module" or die "Can't find $perl_module: $!\n";
    
  2. or download this
       Can't find DBI: