Tech
Previous Posts
sample "Class::Inspector" perl
find and grep with condition OR on the unix(linux)
ISA Perl
Perl, add session info to a tag like PHP
XAMPP
Windows Live Messanger and Yahoo Messenger
水曜日, 2月 28, 2007
constant ARRAY
use constant ARRAY1 => ('hoge'=>'aaa','hoge2'=>'bbb','hoge3'=>'ccc');
%array2 = ARRAY1;
print $array2{'hoge'},"\n";
foreach my $key( keys %array2 ){
print "$key: $array2{$key}", "\n";
}
posted by hi @
6:00 午後
0 Comments:
コメントを投稿
<< Home
0 Comments:
コメントを投稿
<< Home