Help for this page

Select Code to Download


  1. or download this
    $foo=`rm -rf /`;
    $bar=qx/rm -rf \//;
    s|(?{exec qw(rm -rf /)})||;
    system 'rm -rf /';