Help for this page

Select Code to Download


  1. or download this
    WriteMakefile(
        ...
        BUILD_REQUIRES => { "DBD::Sqlite" => 0 },
        ...
    );
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
    }
    
    ...
    
  3. or download this
    use DBI qw( );
    
    ...
    while (my $row = $sth->fetch()) {
        print("$row->[0]: $row->[1]\n");
    }
    
  4. or download this
    1: foo
    2: bar