Help for this page

Select Code to Download


  1. or download this
    perlmonksrule(9);
    sub perlmonksrule
    ...
        s/sr/s r/;
        print /::(.*)$/,"!\n";
    }
    
  2. or download this
    $a=9;a();sub a{a()if($a--);print"perlmonks rule!\n";}