Help for this page

Select Code to Download


  1. or download this
    $q->default_dtd('-//W3C//DTD HTML 4.01 Transitional//EN');
    print $q->header(),
    ...
     $q->end_table(),
     $q->end_form();
     $q->br(), $q->br();
    
  2. or download this
    if ($q->param('add')) {
     # seems that user has requested a new rule
    ...
     # tell the user it is done an refresh in 5sec
     _cut_
    }
    
  3. or download this
     my $proto = $q->param('proto');
     my $port = $q->param('port');
     my $ip = $q->param('ip');