/[webpac2]/trunk/lib/WebPAC/Input.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/WebPAC/Input.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3 by dpavlin, Sat Jul 16 11:07:38 2005 UTC revision 6 by dpavlin, Sat Jul 16 14:44:38 2005 UTC
# Line 26  Perhaps a little code snippet. Line 26  Perhaps a little code snippet.
26      my $db = WebPAC::Input->new(      my $db = WebPAC::Input->new(
27          format => 'NULL',          format => 'NULL',
28          config => $config,          config => $config,
29            lookup => $lookup_obj,
30      );      );
31    
32      $db->open('/path/to/database');      $db->open('/path/to/database');
# Line 43  Create new input database object. Line 44  Create new input database object.
44    
45    my $db = new WebPAC::Input( format => 'NULL' );    my $db = new WebPAC::Input( format => 'NULL' );
46    
 This function will load needed wrapper module and  
   
47  =cut  =cut
48    
49  sub new {  sub new {
# Line 55  sub new { Line 54  sub new {
54          $self ? return $self : return undef;          $self ? return $self : return undef;
55  }  }
56    
 =head2 open  
   
 =cut  
   
 sub open {  
 }  
   
 =head2 function2  
   
 =cut  
   
 sub function2 {  
 }  
   
   
   
57  =head1 MEMORY USAGE  =head1 MEMORY USAGE
58    
59  C<low_mem> options is double-edged sword. If enabled, WebPAC  C<low_mem> options is double-edged sword. If enabled, WebPAC

Legend:
Removed from v.3  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26