Why I Like Perl
First
Previous
ToC
Next
Last
Rapid Development
fits well within a short feedback cycle
write a test
let it fail
write code to pass the test
watch it pass
no length compile cycle
not a lot of debugging overhead
debugger available, if you want it
works well from the command line, otherwise
Slide 45 of 47