Help for this page

Select Code to Download


  1. or download this
    perl -wMstrict -e "my $text = qq(start\nrats\n);
    $text = join($1, grep(/[^start]/, split(/(\n)/, $text)));
    ...
    {
    
    }