Help for this page

Select Code to Download


  1. or download this
    
    open(OUT, "> dataform.html") or die "Can't open file: $!";
    
  2. or download this
    
    print OUT "Whatever you want";
    
  3. or download this
    
    close OUT;