No modified codes have been submitted for this Microcode.
I believe this is what you meant (twisting your words)
18. March 2009
18. March 2009
#!/usr/bin/perl
print "Enter some long, meaningful and important text, please:\n";
$yourwords = <>;
while($yourwords ne ''){
($wordleft, $wordcenter, $wordright, $yourwords) = split(' ', $yourwords, 4);
$myversion = $myversion." $wordright $wordcenter $wordleft";
}
print "\n\n$myversion\n";