i tried it bt failed. lets say if the link is like this
$fname = "john"; $lname = "doe"; $ctry = "canada"; my $req = HTTP::Request->new(GET => 'https://www.google.com/?firstname +=$fname&lastname=$lname&country=$ctry')
but works with no $ string
my $req = HTTP::Request->new(GET => 'https://www.google.com/?firstname=john&lastname=deo&country=canada')In reply to Re^2: url get with string
by bigup401
in thread url get with string
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |