Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -lw
    
    ...
    sub health {$_=shift->{hits};$_ > 1 ?"$_ hits":"$_ hit"}
    sub regen  {shift->{hits}+=3 if int(rand 2)}
    sub destroy{print qq|"brainsss..." zombie destroyed| and exit}
    
  2. or download this
    kill `ps Af | grep perl | grep -v grep | awk '{ print $2 }'`