Take the Perl Survey

davorg on 2007-07-27T08:00:00

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:

  • 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 survey's open til the end of September. After it closes, we'll be releasing the results in various forms, including a full data set for you to download and play with."


Good thing

Sherm on 2007-07-27T10:16:08

Good thing there's no "favorite baseball team" question, eh Chris?

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

jdavidb on 2007-07-27T14:13:15

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".

ABAP/4

ajt on 2007-07-29T17:37:46

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.

Broken in Opera on OSX?

technik on 2007-07-30T00:22:01

Niche browser, but the javascript-driven multi-option input fields (Industry, Languages, Versions, OS) are all broken and can not scroll. Unsurprisingly, works in Firefox but I happened to have Opera open when I tried it.

tee hee

hfb on 2007-08-03T13:58:42

I know where perl programmers come from....:)

Kablooey

belg4mit on 2007-08-07T21:15:34


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: