in reply to Re: Getting only the link in a line
in thread Getting only the link in a line
there seems to be some syntax error with the code you provided.I used the below code it worked,but now the problem is there is "."(dot) at the end of somelinks .I need to remove that.How do I do that?
($resolution_link) = $match =~ /(https?:\/\/(\S+))/;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getting only the link in a line
by Utilitarian (Vicar) on Nov 03, 2010 at 22:42 UTC | |
|