#!/usr/bin/perl $dat = `/usr/local/bin/w3c http://download.nai.com/products/datfiles/4.x/nai/readme.txt`; $dat =~ / Release Notes for McAfee (.*) DAT Files/; $ham = $1; print $ham;