Help for this page
# DATA: Start Graq ... detests likes # DATA: End
# CODE: Start #!perl -w ... my @pasteUseful = splice( @pasteNotEmpty, $index-2, 70 ); $pasteUseful[$_] =~ s/^\w+:// for 0..$#pasteUseful; # CODE: End