in reply to Re: Strange Login thread Strange Log
my $text; while (<TEXT>) { if ($_ =~ /^.* src=([^>]*)>.*$/ixg) { $text .= "$1\n"; } } [download]