in reply to User/Pass web page grab with url/$variable interpretation.
You need to use double quotes instead of single quotes in
Single quotes block variable interpolation.$req = HTTP::Request->new(GET => 'http://webpage/bio/viewsnp/$snp_nu +mber');
|
|---|