Annotation of parser3/src/www/cgi-bin/auto.p, revision 1.16
1.6 paf 1: @exception[origin;source;comment;type;code]
1.14 paf 2: CGI_BIN_ERROR:
3: ^if(def $source){$origin '$source'}
4: ${comment}.
5: ^if(def $type){type=$type}
6: ^if(def $code){code=$code}
7:
1.8 paf 8:
9: @auto[]
10: $limits[
11: $post_max_size(10*0x400*0x400)
12: ]
1.9 paf 13: $defaults[
1.11 paf 14: $content-type0[text/html]
1.10 paf 15: $content-type[
16: $value[text/html]
1.11 paf 17: $charset[windows-1251]
1.10 paf 18: ]
1.9 paf 19: ]
1.16 ! paf 20:
! 21: @auto_test[]
! 22: ^BASE.auto_test[]
! 23: <li>cgi-bin
! 24:
E-mail: