Help for this page

Select Code to Download


  1. or download this
    eval { system("ls") };
    
  2. or download this
    eval { system("fake_command) };
    print "$@";
    
  3. or download this
    system("ls") or die $!;