D
David H. Adler
Bye,
Ah, if only...
Skybuck.
Ah, if only...
Skybuck.
A. Sinan Unur said:Done.
It is satisfying, though.
Michele said:On 4 Sep 2006 14:11:14 -0700, "Skybuck" <[email protected]>
wrote:
[loads ay shite]
Oh ma perr wee lassie! Hud ah kent ye wir such a lurvely **** ah
wid've joined yir cyberwar n aw fir sure, likesay. Sae long...
Michele
Skybuck said:Such sexy talk.
Michele said:On 4 Sep 2006 14:11:14 -0700, "Skybuck" <[email protected]>
wrote:
[loads ay shite]
Oh ma perr wee lassie! Hud ah kent ye wir such a lurvely **** ah
wid've joined yir cyberwar n aw fir sure, likesay. Sae long...
We need TRANSLATOR.
[...]Skybuck said:We need TRANSLATOR.
my $p = 0;
for (@translator) {
substr($message, $p, 1) = chr $_;
$p++;
}
print "translated message: $message\n";
Michele said:On 4 Sep 2006 14:11:14 -0700, "Skybuck" <[email protected]>
wrote:
[loads ay shite]
Oh ma perr wee lassie! Hud ah kent ye wir such a lurvely **** ah
wid've joined yir cyberwar n aw fir sure, likesay. Sae long...We need TRANSLATOR.
use strict;
use warnings;
my $message =
q{Oh ma perr wee lassie! Hud ah kent ye wir such a }.
q{lurvely **** ah wid've joined yir cyberwar n aw }.
q{fir sure, likesay. Sae long...};
my @translator =
(83, 116, 111, 112, 32, 98, 101, 105, 110, 103, 32, 115,
117, 99, 104, 32, 97, 32, 98, 97, 98, 121, 33, 32, 83,
116, 111, 112, 32, 98, 101, 105, 110, 103, 32, 115, 117,
99, 104, 32, 97, 32, 98, 97, 98, 121, 33, 32, 83, 116, 111,
112, 32, 98, 101, 105, 110, 103, 32, 115, 117, 99, 104, 32,
97, 32, 98, 97, 98, 121, 33, 32, 83, 116, 111, 112, 32, 98,
101, 105, 110, 103, 32, 115, 117, 99, 104, 32, 97, 32, 98, 97,
98, 121, 33, 32, 83, 116, 111, 112, 32, 98, 101, 105, 110,
103, 32, 115, 117, 99, 104, 32, 97, 32, 98, 97, 98, 121, 33,
32, 83, 116, 111, 112, 32, 98, 101, 105, 110, 103, 32, 115,
117, 99, 104, 32, 97, 32, 98, 97, 98, 121, 33);
my $p = 0;
for (@translator) {
substr($message, $p, 1) = chr $_;
$p++;
}
print "translated message: $message\n";
[loads ay shite]
Oh ma perr wee lassie! Hud ah kent ye wir such a lurvely **** ah
wid've joined yir cyberwar n aw fir sure, likesay. Sae long...
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.