# Copyright 2001-2003 Six Apart. This code cannot be redistributed without # permission from www.movabletype.org. # # $Id: mt-comments.cgi,v 1.34 2003/02/12 01:05:31 btrott Exp $ use strict;
> 追記部分
> use CGI qw(:standard);
> my $sc_tx = param('text');
> my @sc_s;
> my $sc_n= 1;
> my $sc_m= 1;
> use Jcode;
> Jcode::convert(?$sc_tx,'sjis');
> @sc_s = $sc_tx =~ /(?x82[?xa0-?xf2]|?x81?x5b){$sc_n,}/g;
> die if($sc_tx ne "" && scalar(@sc_s)<$sc_m);