You probably know about Google's PageRank and if you don't:
I was reading the source code of a perl script that uses the PageRank package(PageRank =>google pagerank of page) writeen by Yuri Karaban until I come to the line that shows the query string. Something like:
PageRank Technology: PageRank performs an objective measurement of the importance of web pages by solving an equation of more than 500 million variables and 2 billion terms. Instead of counting direct links, PageRank interprets a link from Page A to Page B as a vote for Page B by Page A. PageRank then assesses a page's importance by the number of votes it receives.
I was reading the source code of a perl script that uses the PageRank package(PageRank =>google pagerank of page) writeen by Yuri Karaban until I come to the line that shows the query string. Something like:
