Greetings everyone! I'm a newbie to Perl, hopefully some of you more experienced programmers can help me out.
I have 3 questions:
1:
I have the following code creating a cookie:
use CGI;
$query = new CGI;
my $cookie = $query->cookie(-name=>'cookie', -value=>'hello', -domain=>'www.cis$
print...