in reply to Re: simple regex questionin thread simple regex question (parsing and saving a file)
if (/Datasource:/) { print "\n\n", $_, "\n"; push @log, $_; } [download]
pike