Help for this page

Select Code to Download


  1. or download this
    Argument "him@here.com','C:/test1.txt" isn't
    numeric in array element at C:\SCRIPTS\hash.pl line 27.
    
  2. or download this
    print() on closed filehandle Symbol::GEN1 at C:/Perl/site/lib/Mail/Sen
    +der.pm lin
    e 1229.
    ...
    e 1248.
    readline() on closed filehandle Symbol::GEN1 at C:/Perl/site/lib/Mail/
    +Sender.pm
    line 1250.
    
  3. or download this
    'him@here.com','C:/test1.txt'
    'her@there.com','C:/test3.txt'
    'it@where.com','C:/test2.txt','C:/test1.txt'
    
  4. or download this
    #!c:/perl -w
    use Mail::Sender;
    ...
    and print "Mail was sent OK." || die "$Mail::Sender::Error\n";
    $sender->Close;
    }