| 25 |
split /[\x0D\x0A]+/, $cgi->get_parameter ('tags') // '']; |
split /[\x0D\x0A]+/, $cgi->get_parameter ('tags') // '']; |
| 26 |
|
|
| 27 |
my $hash = get_hash ($en); |
my $hash = get_hash ($en); |
| 28 |
my $entry = {en => $en, ja => $ja, tags => $tags}; |
my $entry = {en => $en, ja => $ja, tags => $tags, |
| 29 |
|
isPattern => $is_pattern}; |
| 30 |
|
|
| 31 |
lock_entry ($hash); |
lock_entry ($hash); |
| 32 |
set_entry ($hash, $is_pattern => $entry); |
set_entry ($hash, $is_pattern => $entry); |
| 78 |
Status: 404 Not Found |
Status: 404 Not Found |
| 79 |
|
|
| 80 |
404]; |
404]; |
| 81 |
|
|
| 82 |
|
## Author: Wakaba <w@suika.fam.cx>. |
| 83 |
|
## License: Copyright 2008 Wakaba. You are granted a license to use, |
| 84 |
|
## reproduce and create derivative works of this script. |
| 85 |
|
## $Date$ |