Help for this page

Select Code to Download


  1. or download this
    
      CREATE TABLE Session (
    ...
        PersID INTEGER,
        PRIMARY KEY(SessID, PersID)
      )
    
  2. or download this
    
    sub getActiveSessions {
    ...
    
    say Dumper( $self->getActiveSessions(1..7) );
    
  3. or download this
    $VAR1 = [
              [
    ...
              ]
            ];
    
  4. or download this
    use strict;
    use warnings;
    ...
    
    
    say Dumper( $self->getActiveSessions(1..7) );