Help for this page

Select Code to Download


  1. or download this
    'Actions'=> [
          "print \"hello world\";",     
          ]
    
  2. or download this
    'Actions'=> sub {
          print "hello world";
          ...;
        }