Tag Archives: tricks
Perl -p is the sweetness
A handy trick for programming perl is the -p flag. This tells perl to surround your code with: If you have a file with state names and 2 character codes, like “DE:Delaware”, you could convert that into SQL insert statements … Continue reading