 |
|
Home:
Perl Programming Help:
Beginner:
Re: [BillKSmith] Parsing a text file and outputting to an excel sheet:
Edit Log
|
|

Jeff29
Novice
Oct 13, 2010, 1:26 PM
Views: 3442
|
|
Re: [BillKSmith] Parsing a text file and outputting to an excel sheet
|
|
|
Gotcha!! My problem now is am printing everything (.*)after the link but I just want only the link
($resolution_link) = $match =~ /(http:.*)/;-->Pls suggest on how to modify this line For example,currently with the above code,the resolution_link gets pritnted as follows http://wiki.com/error-resolution/fixes/fix31.Do not send e-mail for this issue where as I only want http://wiki.com/error-resolution/fixes/fix31
(This post was edited by Jeff29 on Oct 14, 2010, 2:34 PM)
|
|
|
Edit Log:
|
|
Post edited by Jeff29
(Novice) on Oct 13, 2010, 1:26 PM
|
|
Post edited by Jeff29
(Novice) on Oct 13, 2010, 1:27 PM
|
|
Post edited by Jeff29
(Novice) on Oct 13, 2010, 1:39 PM
|
|
Post edited by Jeff29
(Novice) on Oct 13, 2010, 6:56 PM
|
|
Post edited by Jeff29
(Novice) on Oct 14, 2010, 2:34 PM
|
|
|  |