Frozen Perl 2011 Keynote

Post on 08-May-2015

3.094 views 0 download

description

I answer one part of the question "What are Five Things I Hate About Perl".

Transcript of Frozen Perl 2011 Keynote

Frozen Perl 2011brian d foy

Five ThingsYouHate

Perl Vogue

Perl Skeptic

Why all the hate?

Why all the love?

Five ThingsYouHate

RealExperience

Depth&

Reach

Workarounds

SacredCows

CPAN

Licensing

Reusability

use

use Foo::Module;

use Foo::Module 1.23;

reqire ‘Foo/Bar.pm’;Foo::Module->import;

%INC

versions

installation

privateCPANs

Perl 6

use Dog :auth(BDFOY) :ver(v1.2..v1.4) ;

So What?

Perl Skeptic