You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# this script is not working for searching in google, since it requires LWP::UserAgent module. Please refere search_google.pl where i have used LWP::UserAgent module.
use warnings;
use strict;
use LWP::Simple;
print "Enter the thing to search: ";
chomp(my $search = <STDIN>);
my $content = get("http://www.google.com/search?q=");