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:
Re:Good thing
pudge on 2007-07-27T19:43:25
I didn't participate in the survey. I don't want to answer any of the demographics questions (because I don't think it is important, and therefore I do not wish to contribute to something that may consider it to be important), and I can't participate unless I do answer them.
Cygwin is not included as a development platform. It is a very significant platform for me.
Re:Cygwin
Skud on 2007-07-28T00:12:35
My apologies; I'll make sure it's on the list next time round. For now, just put it in as "other".
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...
error: install_driver(mysql) failed: Can't locate DBD/mysql.pm in @INC (@INC contains: /home/chezskud/websites/perlsurvey.org/lib /home/chezskud/perl/lib/perl5/i386-linux-thread-multi /home/chezskud/perl/lib/perl5 /home/chezskud/perl/lib /home/chezskud/site/perl/lib/perl5//i386-linux-thread-multi /home/chezskud/site/perl/lib/perl5/ /home/chezskud/perl/share/perl/5.8.4 /home/chezskud/perl/lib/perl/5.8.4 /home/chezskud/perl/share/perl/5.8/ /home/chezskud/perl/lib/i386-linux-thread-multi /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at (eval 48) line 3.
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 /usr/share/perl5/Ima/DBI.pm line 316
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: