/[suikacvs]/webroot/www/ja1200/get/getruby.pl
Suika

Contents of /webroot/www/ja1200/get/getruby.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Sat Jun 2 12:12:28 2007 UTC (16 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
New

1 #!/usr/bin/perl
2 use strict;
3 use encoding 'iso-2022-jp';
4
5 our $UA = q<getruby.pl>;
6 our $data_dir_name = q<../.rubydata/>;
7
8 our @keyword = (
9 qw/
10 $B%k%S(B
11 $B$U$j$,$J(B $B%U%j%,%J(B $B?6$j2>L>(B
12 $B$h$_$,$J(B $BFI$_2>L>(B
13 /,
14 'xhtml ruby',
15 );
16
17 require 'get.pl';
18
19 =head1 AUTHOR
20
21 Wakaba <w@suika.fam.cx>.
22
23 =head1 LICENSE
24
25 Copyright 2007 Wakaba <w@suika.fam.cx>
26
27 This library is free software; you can redistribute it
28 and/or modify it under the same terms as Perl itself.
29
30 =cut
31
32 1;
33 ## $Date:$

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24