- or download this
#!/usr/bin/perl -w
...
"\x{2660}",
"\x{2660}",
);
- or download this
sub message {
my ($to_name, $to_addr, $fr_name, $fr_addr, $subject, $body) = @_;
...
);
$msg->send;
}
- or download this
sub message {
my ($to_name, $to_addr, $fr_name, $fr_addr, $subject, $body) = @_;
...
);
$msg->send;
}