Parsing the hyperlink?
From: Ron B (roskapostit123_at_luukku.com)
Date: 03/29/04
- Next message: Randy W. Sims: "Re: warn ?!"
- Previous message: Charles K. Clarkson: "RE: string change problem"
- Next in thread: Wiggins D'Anconia: "Re: Parsing the hyperlink?"
- Reply: Wiggins D'Anconia: "Re: Parsing the hyperlink?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: beginners@perl.org Date: Mon, 29 Mar 2004 08:32:39 +0300
I'm running my own version of bulletinboard and I have a little problem
with hyperlinks. I'd like to make them really work. So if posted message
includes http://blaablaablaa it would be a hyeprlink when reader opens
the message. Messages are stored in .html files so it's quite easy to
add http://blaablaablaa to original
file by my cgi-parser.
I know it's something like:
if $message =~ /http:\/\//
But what else?
- Next message: Randy W. Sims: "Re: warn ?!"
- Previous message: Charles K. Clarkson: "RE: string change problem"
- Next in thread: Wiggins D'Anconia: "Re: Parsing the hyperlink?"
- Reply: Wiggins D'Anconia: "Re: Parsing the hyperlink?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|