* Andy Lester <[EMAIL PROTECTED]> [2006-07-06 17:55]:
> On Jul 6, 2006, at 10:46 AM, A. Pagaltzis wrote:
> 
> >        $urls = [ grep m!^s?https?:!, @$urls ];
> 
> What's an "shttps" link?
Err, right. I suppose that should be `m!^(s?)http(?(1)|s?):!`, or
else you just punt on `shttp` (does LWP handle those, anyway?).

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

Reply via email to