Ok, this program im writing is part of a challenge on a site. Basically I have to connect to a page, take the output, parse out a string, append that string to a url and then connect to that url to get the solution. The following is my code
#!usr/bin/env perl -w
use IO::Socket;
$sock = new...