IPv4 conversion aliases
I made a couple of bash aliases to convert IPv4 addresses between integers and dotted decimals since I had to deal with both in a database. The Socket module that comes with Perl does most of the work:
PostgreSQL has some network address types that would have made this simpler.