Clarion

 view release on metacpan or  search on metacpan

lib/Clarion.pm  view on Meta::CPAN

34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
        }
 
        $dbh->close();
 
=head1 METHODS
 
=over 4
 
=cut
 
sub FILLOCK { 0x01; }   # file is locked
sub FILOWN  { 0x02; }   # file is owned
sub FILCRYP { 0x04; }   # records are encrypted
sub FILMEMO { 0x08; }   # memo file exists
sub FILCOMP { 0x10; }   # file is compressed
sub FILRCLM { 0x20; }   # reclaim deleted records
sub FILREAD { 0x40; }   # file is read only
sub FILCRET { 0x80; }   # file may be created
 
sub RECNEW  { 0x01; }   # bit 0 - new record
sub RECOLD  { 0x02; }   # bit 1 - old record



( run in 0.343 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )