Help for this page

Select Code to Download


  1. or download this
      open(WOBBLE, ">/delme/flunk.txt");
        print WOBBLE "Bugger!";
      close(WOBBLE);
    
  2. or download this
      open(WOBBLE, ">/caralan_com/system/proofing/cam_proofs/steve/live/fl
    +unk.txt");
        print WOBBLE "Bugger!";
      close(WOBBLE);