Help for this page

Select Code to Download


  1. or download this
    eval { system "fake command" && print "Blah1\n" };
    
  2. or download this
    eval {system ("fake command")} or print "Blah1\n";