++Diary++

2003年10月30日の日記

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月30日(木)
Perl覚え書き

++HOME++

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