Hi,
How do I ditermine how long script (process has been running).
Thanx,
Roman.
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Sup,
I know how to match certain length patterns, but is
there any way to return only certain amount of the $1
if ($k_7 =~ /^(www\.(\S+|$))/i) {$k_7 =~
s/(www\.(\S+|$))/$1\"
title=\"$1\" target=\"_blank\">$1<\/A>/gi;}
I need that $1 (in red)
in the visible part of URL would be max
In HTML parser how do I match JavaScripts, e.g. HTML code in a form of:
Ideas appreciated.
Roman.
___
Perl-Unix-Users mailing list
[EMA
How do I safely strip out html tags.
s!<(.|\n)*>!!gi;
above construct sometimes removes actual text portions of the document if the line
break within tag reached. Ideas appreciated.
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: h