http://qs321.pair.com?node_id=774907

once my college professors asked me to simulate google
man..tough one....
so i wikied on the working of google and ended up analyzing the PageRank algo
also i found a lnk to calculate the page rank so i did this
use LWP::Simple;
print "enter url\n";
$url=<>;
$doc=get "http://www.google.com/search?client=navclient-auto&ch=6-1484155081&features=Rank&q=info:$url";
print "$doc\n";
the output was then transfered to a file the file sorted and boom i simulated google (well not exactly.....)
the faculty was so impressed that they gave me an A+ for this and showed this program to te visiting faculty during the fest