Help for this page

Select Code to Download


  1. or download this
    my $var = <<'__EOI__';
    ...
    ...
    __EOI__
    
  2. or download this
    use Gi::Testing::TestDB
        DataSource => [qw/DBI:mysql:database:address:3306 tester password/
    +],
        Schema     => *main::DATA;
    
  3. or download this
    BEGIN {
        require Gi::Testing::TestDB;
    ...
            DataSource => [qw/DBI:mysql:database:address:3306 tester passw
    +ord/],
            Schema     => *main::DATA;
    }