++Diary++

2003年10月の日記

お久しぶりです
久しぶりに自分で日記を覗いて見たら、何と前回の書き込みは8月・・
あれから何だかんだと忙しくて日記を書く暇がなかった。
それにしても今までの日記を読み返して見ると、毎年夏になるとProgramming Perlを読み返しているなあと思った。今見たら二つ前の「Perl覚え書き」なる記事の内容が一瞬意味不明で、しばらく眺めていたらやっと何が書いてあるか分かり、こんなに記憶力が衰えているのは..
2003年10月24日(金)   No.44

Perl覚え書き
■the m// Operator (Matching)

1. In scalar context, the operator returns true (1) if successful, false ("") otherwise.

ex.) If ($shire =~ /Baggins/) {..........}

2. In li..
2003年10月27日(月)   No.45

Perl覚え書き
■Creating References

1. You can create areference to any named variable or subroutine with a backslash.
  $scalarref = \$foo;
  $arrayref = \@ARGV;
  $hashref = \%ENV;
  $coderef = ..
2003年10月30日(木)   No.47

No. PASS
 OR AND
スペースで区切って複数指定可能
<<  2003年10月 >>
   1234
567891011
12131415161718
19202122232425
262728293031 

2003年10月24日(金)
お久しぶりです
2003年10月27日(月)
Perl覚え書き
2003年10月30日(木)
Perl覚え書き

++HOME++

[Admin] [TOP]
shiromuku(fs4)DIARY version 4.00