frozen perl 2011 keynote

Post on 08-May-2015

3.089 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

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

TRANSCRIPT

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

top related