Help for this page

Select Code to Download


  1. or download this
    open(FH, '>foo.txt') or die $!;
    
    print FH "bar";
    
    close(FH);
    
  2. or download this
    print STDOUT header(),start_html ("resource input"),h1("recource");