#!/usr/bin/perl while() { m#(.*?)#ig; print "URL: $1\nName: $2\n\n"; } __END__ One Two foo --> bar blah troz troz troz