Help for this page

Select Code to Download


  1. or download this
    use strict;
    my $sql = <<'--SQL--';
    ...
    );
    
    # (continues like the others...)
    
  2. or download this
    use strict;
    my $sql = <<'--SQL--';
    ...
    $Data::Dumper::Terse = 1;
    ($\, $,) = ("\n", ",\n");
    print map { Dumper $_ } @out;
    
  3. or download this
    '$a',
    '=',
    ...
    '.',
    ['STRING','"to do"'],
    ';'