- or download this
sub send_slow{
...
...
@linechars = split ('', $chunk);
foreach $char (@linechars) {
...
- or download this
my @SlowChars = split(//,$_send);
print Dumper(@SlowChars);
my $return = $exp->send_slow(1,@SlowChars);
- or download this
print Dumper($_send);
my $return = $exp->send_slow(1,$_send);