use Perl Log In
Take the Perl Survey
Skud writes "The Perl Survey is attempting to take a snapshot of the Perl world as it currently stands. Whether you're a web developer, sysadmin, or using Perl for scientific research or finance or just tracking your DVD collection, we'd love to hear about it.
We're trying to answer questions like:
We're trying to answer questions like:
- Where do Perl programmers come from?
- What sort of fields do they work in?
- What languages — computer and spoken — do Perl programmers use?
- How many use Perl as their primary language?
- What proportion of Perl users participate in the Perl community through mailing lists, user groups, and conferences?
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Good thing
(Score:1)( http://www.dot-app.org/ )
Cygwin
(Score:2)( http://voiceofjohn.blogspot.com/ | Last Journal: 2007.08.07 15:57 )
Cygwin is not included as a development platform. It is a very significant platform for me.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
ABAP/4
(Score:2)( Last Journal: 2007.08.07 16:47 )
I didn't see SAP AG's ABAP/4 or ABAP Objects. I know SAP go out of their way to close people off from ABAP to keep it "special", but as SAP is widely deployed it's COBOL/SQL language is very common, more so than many people think. I'm forced to use it to earn my pennies...
ABAP/4 [wikipedia.org].
-- "It's not magic, it's work..."
Broken in Opera on OSX?
(Score:1)( http://www.lonsteins.com/ )
tee hee
(Score:2)( http://www.axis-of-aevil.net/ | Last Journal: 2002.02.25 17:47 )
Kablooey
(Score:2)( http://pthbb.org/ | Last Journal: 2007.06.02 11:43 )
error: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains:
Stack:
[(eval 48):3]
[/home/chezskud/perl/lib/perl/5.8.4/DBI.pm:609]
[/home/chezskud/perl/lib/perl/5.8.4/DBI.pm:540]
[/usr/share/perl5/Ima/DBI.pm:316]
[/usr/share/perl5/Ima/DBI.pm:386]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI/Search/Basic.pm:163]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI/Search/Basic.pm:169]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI.pm:1110]
[/home/chezskud/perl/share/perl/5.8.4/Class/DBI.pm:1103]
[/home/.wakanda/chezskud/websites/perlsurvey.org/view/default.mhtml:70]
[/home/.wakanda/chezskud/websites/perlsurvey.org/index.mhtml:1]
[/home/.wakanda/chezskud/websites/perlsurvey.org/autohandler:77]
Perhaps the DBD::mysql perl module hasn't been fully installed,
or perhaps the capitalisation of 'mysql' isn't right.
Available drivers: CSV, DBM, ExampleP, Excel, File, Gofer, Pg, Proxy, SQLite, SQLite2, Sponge.
at
context:
82: # whether they should generate a full stack trace (confess() and cluck())
83: # or simply report the caller's package (croak() and carp()), respectively.
84: # confess() and croak() die, carp() and cluck() warn.
85:
86: sub croak { die shortmess @_ }
87: sub confess { die longmess @_ }
88: sub carp { warn shortmess @_ }
89: sub cluck { warn longmess @_ }
90:
-- Were that I say, pancakes?