| No photo |
By Piers Cawley (pdcawley) from London.pm Date: Wednesday, 23 June 2010 15:00 Duration: 40 minutes Target audience: Advanced Language: English Tags: devel::declare moosex::declare test::class::sugar trycatch |
... and not a source filter in sight. Warping syntax with Devel::Declare
This is legal perl:
class Example extends ToyClass {
use SampleTypes;
use TryCatch;
method print (Printable $object) {
try {
return $object->print_on($self);
}
catch (Exception $e) {
...
}
}
}
And there's not a source filter in sight.
This talk is a whistlestop introduction to taking advantage of the possibilities of Devel::Declare in your own code.
You won't be an expert at the end of it, but you should be able to start playing.
- David H. Adler (dha)
- Michael Schwern (Schwern)
- Piers Cawley (pdcawley)
- Damian Conway (damian)
- Andrew Rodland (hobbs)
- Robert Boone (rlb3)
- G. Wade Johnson (gwadej)
- Brad Lhotsky
- Walt Mankowski (waltman)
- Patrick Michaud (Pm)
- Todd Rinaldo (toddr)
- Packy Anderson
- John Lightsey
- Krishna Sethuraman (shamu)
- Adam Foxson (Fhoxh)
- John Anderson (genehack)
- iank
- jerry gay (particle)
- Lee Aylward (leedo)
- Matt Follett
- Mohammed Chaudhry (Mo)
- Dylan Hardison (Dylan)
- Aran Deltac (bluefeet)
- Kenneth Graves (kag)
- Nick Patch (patch)
- Jacinta Richardson (jarich)
- Paul Fenwick (pjf)
- Chas. Owens
- J. Nick Koston (bdraco)
- john napiorkowski (jnap)
- Robert Ward
- Christopher Bottoms
- Michael Lambert
- Greg Estep
- Jon Gentle (atrodo)
- Michael Moser
- Kenny Drobnack
- Kevin Shaum
- Will Natale
- Gordon Child
- Barry Workman
- Jake Gelbman
- Alex Timoshenko














