| はじめての方は利用方法や お願いについてガイドライン のご一読をお願いします | |
をクリックするとそのツリーの全記事を一度に閲覧できます。(Ver. 2.01) | |
-whats this problem-Rodrigo kouti(4/9-10:26)No.10112 ┗Re:whats this problem-菊池さん(4/10-08:57)No.10114
| 10112 | whats this problem | Rodrigo kouti E-mail URL | 4/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]; | |||
| 10114 | Re: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. | |||