Hi All,

I have a path like:

$s = "http::/foo/bar:http::/foo1/bar1:http/foo1/bar1";

I am trying to get all the http paths which are seperated by ":" like this:

@x = ($s =~ /(http::.*?):(?=http::.*?)/g)

The problem is i get all the elements in @x except the last one.

Where is that??.

-Sharad

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to