Help for this page

Select Code to Download


  1. or download this
        "This string, @{[system('echo rm -rf /')]} is almost evil."
    
  2. or download this
        s#\$(\w+)#'$'.$1#gee
    
  3. or download this
        {
            package SandBox;
            s/([\$\@]\w+)/"join' ',$1"/gee;
        }