Help for this page

Select Code to Download


  1. or download this
    open(test, ">test.html");
  2. or download this
    flock test, 2;
  3. or download this
    print test "Whatever you want to say";
  4. or download this
    close(test);
  5. or download this
    open(test, ">test.html") or die "Cannot open test2.html for writing: $!";