- or download this
my $ref = $exp->send("$cmd\n");
...
$output = $exp->exp_before();
$output =~ s/^.*\r\n(.*)/$1/;
- or download this
my @values = split(/\r\n/, $output);
...
print "$val\n";
}
- or download this
sub ENCRYPT_DECRYPT() {
my $Str_Message=$_[0];
...
}
my $var=&ENCRYPT_DECRYPT($exp->exp_before());