- or download this
SORTORDER,POSITION,NAME,EMAIL
1,"First Position","Tanktalus","tanktalus -at- gmail.com"
- or download this
use DBI;
use SQL::Statement;
...
print "DBD::CSV's version: ", $DBD::CSV::VERSION, $/;
print getme,$/;
print getme2,$/;
- or download this
$ perl ./q.pl
SQL::Statement's version: 1.15
...
Use of uninitialized value in print at ./q.pl line 32.
Tanktalus
- or download this
$ perl ./q.pl
SQL::Statement's version: 1.15
DBD::CSV's version: 0.22
Tanktalus
Tanktalus