__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# This -*- perl -*- script makes the rplyto_demo script
# $Id: rplyto_demo.PL,v 1.2 1997/01/16 20:43:35 gbarr Exp $
$script = "./rplyto_demo";
use Config;
use Cwd;
unlink($script);
open MIR, ">$script" or die "open for writing $script: $!";
print MIR $Config{'startperl'}," -w\n";
$cwd = Cwd::getcwd();
#print MIR "use lib qw($cwd/blib);\n";
print MIR <DATA>;
chmod(0755, $script);
__DATA__
use Mail::Internet;
$mail = Mail::Internet->new([<>]);
$rply = $mail->reply(Keep => [qw(Newsgroups)]);
$file = "/tmp/reply.$$";
open(REPLY,">$file") || die "Cannot open $file:$!\n";
$rply->print(\*REPLY);
close(REPLY);
$editor = $ENV{"EDITOR"} || die "\$EDITOR not defined\n";
warn "$editor :$!\n" if (system("$editor $file"));
# Cleanup
unlink($file,$file . '%',$file . '~');
exit 0;
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| forwd_demo | File | 797 B | 0755 |
|
| forwd_demo.PL | File | 1.14 KB | 0644 |
|
| mail-mailer.pl | File | 3.16 KB | 0644 |
|
| rplyto_demo | File | 415 B | 0755 |
|
| rplyto_demo.PL | File | 791 B | 0644 |
|
| send_demo | File | 1.51 KB | 0755 |
|
| send_demo.PL | File | 1.88 KB | 0644 |
|