No modified codes have been submitted for this Microcode.
eol: End of Life
17. March 2011
17. March 2011
#!/usr/bin/perl sub to_earth{return;} sub your_life{return to_earth;} sub eol{return your_life;} eol;