Help for this page

Select Code to Download


  1. or download this
    BEGIN {
      $ENV{DBI_DSN} = "path";
    }
    
  2. or download this
    BEGIN {
      unless ($ENV{BEGIN_BLOCK}) {
    ...
        exec 'env',$0,@ARGV;
      }
    }