in reply to Re: Is it possible to shorten this code?
in thread Is it possible to shorten this code?

If the values were passed as args instead of STDIN, it would save a few chars.
use LWP::Simple;getprint"http://LeWebsite.com?a=$ARGV[0]&b=$ARGV[2]"