in reply to Explaining a Perl project to a VB-bound audience
You get the picture.DBI - Database independent interface for Perl use strict; use DBI; my $DataBaseHandle = DBI->connect(......
If, however, the programmers are totally clueless about stuff like "CGI", I suggest also a primer on that, as reading material only, ....
You've spoken with the guys, right? Well if you didn't, please do. Prod them a little bit, gauge their general knowledge of the components involved in your project, and then bring plenty of reading material, to hand out at the end of your presentation (as well as the reading material to hand out before).
Hopefully you get my drift, even though it can't articulate it well at this moment. Good hunting ;)
| ______crazyinsomniac_____________________________ Of all the things I've lost, I miss my mind the most. perl -e "$q=$_;map({chr unpack qq;H*;,$_}split(q;;,q*H*));print;$q/$q;" |
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Explaining a Perl project to a VB-bound audience
by Lasker (Beadle) on Jan 20, 2002 at 19:58 UTC | |
by dragonchild (Archbishop) on Jan 21, 2002 at 19:32 UTC | |
by Lasker (Beadle) on Jan 21, 2002 at 22:40 UTC |