ashish_sun123 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Please tell
by choroba (Cardinal) on May 15, 2012 at 11:43 UTC
    Regarding the title: How do I compose an effective node title?

    Regarding the format: use <code> tags around code and data.

    Regarding the question: you data do not contain the string

    https://m.rightmove.co.uk/
    You data contain %3A instead of : and %2F instead of /. There is no s at the end of http. What portion of the URL do you want to be printed?
Re: Please tell
by Anonymous Monk on May 15, 2012 at 12:02 UTC

      You think that's what he's trying to do?

      Looks to me more like he's trying to search the access logs of his own web server to find referrals from m.rightmove.co.uk.

      perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'

        Which leads to a better solution: Parse::AccessLogEntry (Or one of the other Apache log reading modules on CPAN.)