Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

How to test different back ends?

by skazat (Chaplain)
on May 31, 2007 at 06:01 UTC ( [id://618404]=perlquestion: print w/replies, xml ) Need Help??

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); 
    ...
    
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://618404]
Approved by bingos
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (9)
As of 2024-03-28 10:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found