͂Ղ Rev.0.1 Preview 9 (2000.9.3) ̃oOXg



bbs.cgi



758s

  <INPUT type="hidden" name="g" value="checked" $S_gzchk[$gzipu]>



  <INPUT type="hidden" name="g" value="$S_gzchk[$gzipu]">



301s

  &jcode'convert ( *FORM{$_}, 'sjis' );



  &jcode'convert ( \$FORM{$_}, 'sjis' );







bbslog.pl



691s

  if ( $_ =~ /^chk(\S+)/ && $FORM{$_} eq 'checked' ) {



  if ( $_ =~ /^chk([\w.]+)$/ && $FORM{$_} eq 'checked' ) {







bbstopic.pl



18s

  if ( $FORM{'e'} ) {



  if ( $FORM{'e'} =~ /^[\w.]+$/ ) {



