Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);
    
    ...
    }
    
    close TEMPLATE;
    
  2. or download this
    $temp =~ s/\[\%1\%\]/$news1/;
    $temp =~ s/\[\%2\%\]/$news2/;
    print header();
    print "$temp";