Tech
Previous Posts
constant ARRAY
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
木曜日, 3月 01, 2007
for qw
#!/usr/local/bin/perl
package main;
use strict;
my %hash = ();
$hash{$_} = 1 for qw(nickname article);
foreach my $key ( keys( %hash ) ) {
print "key: $key\n";
print "value: $hash{$key} \n"
}
posted by hi @
1:03 午後
0 Comments:
コメントを投稿
<< Home
0 Comments:
コメントを投稿
<< Home