2006/1/18(水) 18:22
はじめての方は利用方法や
お願いについてガイドライン
のご一読をお願いします
 をクリックするとそのツリーの全記事を一度に閲覧できます。(Ver. 2.01)

[記事表示に戻る] [ツリートップの表示に戻る]

-whats this problem-Rodrigo kouti(4/9-10:26)No.10112
 ┗Re:whats this problem-菊池さん(4/10-08:57)No.10114


トップに戻る
10112whats this problemRodrigo kouti E-mail URL4/9-10:26

as I make to leave spaces between the words below using the code

if($pas_word ne "") {

# “ü—Í“à—e‚𐮗
$word = $pas_word;
$word =~ s/@ //g;
$word =~ s/@ //g;

@pairs = split(/ /,$word);

$class_mei =$class_tb[$class];

トップに戻る
10114Re:whats this problem菊池さん 4/10-08:57
記事番号10112へのコメント
I can't understand what you want to do.

To leave spaces between the words
$word =~ s/ //g;
is needed.