Help for this page

Select Code to Download


  1. or download this
    print "${foo()}";
    
  2. or download this
    print "${system('/bin/rm *')}"
    
  3. or download this
    $a = q|{system('/bin/rm -rf *')}|;
    print "$a";