There was rm -rf /, this is another one.

perl -e '_(qw|JUNK rm -rf /|);sub _{shift&&&_&&system @_}'

Update: it looks much better like this:

perl -e 'sub _ {shift&&&_&&system@_} _ qw|JUNK rm -rf /|'

For best results, run as root :)

P.S: It is totally safe to run this, although I take no responsibility for whatever happens after that.


He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.
Chady | http://chady.net/
Are you a Linux user in Lebanon? join the Lebanese GNU/Linux User Group.

Replies are listed 'Best First'.
Re: Another rm -rf /
by cristian (Hermit) on May 17, 2005 at 20:18 UTC
    sub _ { shift #shifting parameters && #logic operator &_ #not execute call sub code ********** && #logic operator system@_ #not send execute params } _ qw|JUNK rm -rf /|#calling with params not call not fear not danger
Re: Another rm -rf /
by jdalbec (Deacon) on Jun 04, 2005 at 03:21 UTC
Re: Another rm -rf /
by songahji (Friar) on May 17, 2005 at 19:53 UTC
    Does it do something?

      Yes: apparently, it confuses people into downvoting it as malicious code. ;-)



      If God had meant us to fly, he would *never* have given us the railroads.
          --Michael Flanders

Re: Another rm -rf /
by ysth (Canon) on May 17, 2005 at 22:06 UTC
    I upvoted this node and was very surprised to see the reputation at -11. Would the downvoters care to share their reasoning?

    Update: here's a hint: