Help for this page

Select Code to Download


  1. or download this
    <form id="branch" method="post" action="/WEB-INF/cgi-bin/generate.cgi"
    +>
    
    ...
    
    <input type="submit" value="Generate">
    
  2. or download this
    use strict;
    use warnings;
    ...
    chdir($path) or die "Cant chdir to $path $!";
    system "perl /x/local/perl_code12.pl $value > /dev/null 2>&1";
    print "Location: http://host/project/index.html";