perl problem
i need to insert into url varible $i using perl i have probleb to do this.
#!/usr/bin/perl
use WWW::Mechanize;
use strict;
print "Content-type: text/html\n\n";
$i=1;'
$websie='url/' .'$i' .' ?s=c';
print $website
See original post by ssimon171078
Leave a Reply
You must be logged in to post a comment.