View Project
Install this vscode extension to use these handy perl snippets. This will help you in writing boilerplate code, which increases your productivity. For example if you've created a new perl script and wand to add strict and warning directives, type usw and hit enter/return key. You will see the magic.
usw - Adds strict and warning directives
udd - Adds dumper
sub - Adds a subroutine
subp - Adds a subroutine with params
pd - Adds a new print Dumper statement
for - Adds a new for block
while - Add new while block
if - Add new if block
ifel - Add new if/else block
unless - Add new unless block
unel - Add new unless/else block
try - Add new try/catch block
Snippets for more keywords and oops will be added shortly.