Help for this page

Select Code to Download


  1. or download this
    $ sqlite3 bod
    SQLite version 3.34.0 2020-12-01 16:14:00
    ...
    2||me@example.com
    3|me@example.com|
    sqlite>
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
        print "$crid\n";
        1;
    } or do { print $dbh->errstr, "\n"; };
    
  3. or download this
    Contents of Person:
    1|you@example.com|
    ...
    3|me@example.com|
    Head-scratching code:
    2