�����͂�����Ղ� Rev.0.1 Preview 9 (2000.9.3) �̃o�O���X�g



bbs.cgi



758�s��

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

����

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



301�s��

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

����

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







bbslog.pl



691�s��

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

����

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







bbstopic.pl



18�s��

  if ( $FORM{'e'} ) {

����

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