Help for this page

Select Code to Download


  1. or download this
       test.pl DBI
    
  2. or download this
      #!/usr/bin/perl -w
      use strict;
      my $perl_module = shift;
      use $perl_module;
    
  3. or download this
       [hmerrill@merrill bin]$ ./test.pl DBI
       syntax error at ./test.pl line 4, near "use 
       $perl_module"
       Execution of ./test.pl aborted due to compilation
       errors.