#!/usr/local/bin/perl # Quick look at current hosts file # admin@wickedmind.com # 06-01-99 exec 'tail -50 /etc/hosts'; exit;