Help for this page

Select Code to Download


  1. or download this
    map {/dothis/} @variable;
    grep {/more stuff/} @more;
    
  2. or download this
    open (A, ">File") or die;
    print A "hello";
    print $somevar, "can be seperated like this";