in reply to Re: url get variables regex
in thread url get variables regex

I just realized that, so I changed the regex to:
$arr[0..$count] = $url =~ /^http:\/\/.*?\?(?:([\w\d]*=)(?:.*[&]?))*/gi +;
(of course still not working properly:))
And to answer your question, I'm fairly firmly fixed just to mechanize module, and that only provides links method, which won't recognize the separate request variables... It is just matter of perfecting the line above:)

Replies are listed 'Best First'.
Re^3: url get variables regex
by Anonymous Monk on May 14, 2009 at 04:49 UTC