Help for this page

Select Code to Download


  1. or download this
    If the database does not exist, it is created with 
    protection specified by MASK (as modified by the "umask").
    
  2. or download this
    sub validateSession{
      my ($session, $file) = @_;
    ...
      %$session = %stored;
      dbmclose %stored;
    }