Help for this page

Select Code to Download


  1. or download this
    create table foolock (
     /* since we're exclusive per-program, make program primary */
    ...
     client varchar(255) not null,
     time timestamp
    );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    } else {
        # take appropriate action
    }