use URI::SearchTerms; my $search_url = "http://www.google.com/search?q=foo+bar+baz"; my @terms = URI::SearchTerms->terms($search_url); print join ":", @terms, "\n";