On Mar 24, 2013, at 11:54 AM, David Precious wrote: > URI and URI::QueryParam will do exactly what you need: > > use URI; > use URI::QueryParam; > > my $uri = URI->new($referrer); > my $q = $uri->query_param('q');
Hi David, Thank you so much for this. It works perfectly. I had seen something on URI before but it looked a lot more complex that what it turned out to be. Angela A2 Hosting now has Perl 5.10.1 http://www.a2hosting.com/1250.html -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/