Help for this page

Select Code to Download


  1. or download this
     
    
    package App::Backend;
    ...
    # ... the rest of the module...
    1;
    
  2. or download this
     
     sub type { 
    
    ...
       return 'SQL'; 
    }
    
  3. or download this
     
     sub type { 
    
    ...
       return 'PlainText'; 
    }
    
  4. or download this
    #!/usr/bin/perl 
    use Test::More qw(no_plan); 
    ...
    
    }