Log in



Categories » ‘OpenWGA’

What is the best .DBM file manager module for perl?

November 7th, 2010 by

Question by J needs Help: What is the best .DBM file manager module for perl?
I need to not use a mySQL database, so I need to use a .DBM file. I have no prior knowledge with databases and Perl.

Best answer:

Answer by S T
DB_File.

http://search.cpan.org/dist/DB_File/

But actually you don’t have to use that stone age technology like DBM.
I’d suggest to use DBD::SQLite. It provides DBI interface, so you can run SQL queries, like with any other databases, like MySQL, Postgre or Oracle, also it has transactions etc etc.
Also, DBD::SQLite is easier to install.

Give your answer to this question below!

Can someone explain what a beginner should know about cgi/perl/etc?

November 6th, 2010 by

Question by BereaGirl: Can someone explain what a beginner should know about cgi/perl/etc?
I can make a form using html but to make it functional I need to know cgi script. I am taking a course but haven’t gotten to that yet so I wanted to try to teach it to myself. But all this stuff confused me. You need Perl for cgi, so I downloaded what it said to download and all it is is some blue box. I type what it said to type and it’s an invalid command. Anyway can someone explain this perl and cgi in simple terms to a complete beginner.

Best answer:

Answer by Nam Nguyen
it solve client request by .exe or .dll

Give your answer to this question below!


Powered by Yahoo! Answers