Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    
    print "Content-type:text/html\n\n";
    print $variable;
    
  2. or download this
    $v1 = 'something';
    .....
    $variable = 'hello world';
    $flag = 0;
    
  3. or download this
    $v1 = 'something';
    .....
    $variable = 'hello world';
    $flag = 1;