Help for this page

Select Code to Download


  1. or download this
    ./test.pl DBI.pm
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    my $perl_module = shift;
    eval "require $perl_module" or die "Can't find $perl_module!";