Annotation of parser3/src/www/cgi-bin/auto.p, revision 1.12

1.6       paf         1: @exception[origin;source;comment;type;code]
1.12    ! paf         2: ERROR: $origin '$source' ${comment}. ^if($type){type=$type }^if($code){code=$code}
1.8       paf         3: 
                      4: @auto[]
                      5: $limits[
                      6:        $post_max_size(10*0x400*0x400)
                      7: ]      
1.9       paf         8: $defaults[
1.11      paf         9:        $content-type0[text/html]
1.10      paf        10:        $content-type[
                     11:                $value[text/html]
1.11      paf        12:                $charset[windows-1251]
1.10      paf        13:        ]
1.9       paf        14: ]

E-mail: