Subscribeuse LWP::Simple;
$_ = get('http://www.metafilter.com/');
print join '\n', (/posted by <.*?>(.*?)</ig);perl -e "use LWP::Simple; $_ = get('http://www.metafilter.com/'); print join \"\n\", (/posted by <.*?>(.*?)</ig);"You are not logged in, either login or create an account to post comments
posted by timeistight at 6:51 PM on December 8, 2003 [1 favorite]