Hacker News new | ask | show | jobs
by wott 1630 days ago
Same for Perl.
1 comments

Uh? Perl optionally requires you to declare variables, which is a good idea IMHO, no noise for small script and any experimented Perl programmer will have learned that 'use strict' is a really good idea for big scripts..