No modified codes have been submitted for this Microcode.
Frustration
21. May 2009
21. May 2009
#!/usr/bin/perl
$width = `tput cols`;
@word = split('',"frustration");
while(!$calm){
$vent;
foreach(1..$width){
$vent .= $word[int(rand(scalar @word))];
}
print $vent."\n"; select(undef, undef, undef, 0.1);
$calm = 1 if $vent =~ /frustration/;
}