please tell me what this means! Explain as you would
to a newbie.
##
use lib qw(.);
#use CGI::Carp "fatalsToBrowser";
use strict;
no strict 'refs';
$| = 1; #flush output
require 5.004;
require 'ss.lib'; #shared subroutine library
#
hi
Below is the cod that i wrote .but everything runs fine except when i put
in a group of email addresses and thne click the send button then it says that
"bad or missing from address"...but i have specified a from address.
can someone hepl with this?
#!/usr/bin/perl -w
use stric