", T('This is the text you submitted:'), "
", &GetTextArea('newtext', $newText, $editRows, $editCols), "
\n"; ... } }}} : 다음 함수들은 통채로 추가한다 {{{#!vim perl sub DoOekaki { my $mode = &GetParam('mode','paint'); print &GetHttpHeader(); print &GetHtmlHeader("$SiteName : ". T("Oekaki $mode"), ""); print $q->h2(T('Oekaki')) . "\n"; if (!(&UserCanEdit("",1))) { print T('Oekaki is not allowed'); print $q->end_html; return; } if ($mode eq "exit") { &OekakiExit(); } elsif ($mode eq "save") { &OekakiSave(); } elsif ($mode eq "paint") { &OekakiPaint(); } else { print Ts('Invalid action parameter %s', ": $mode"); } print $q->end_html; } }}} : {{{#!vim perl sub OekakiExit { my $filename = "oekaki.png"; my (@allfiles, @files, %filemtime); opendir (DIR, "$UploadDir") || die Ts('cant opening %s', $UploadDir) . ": $!"; @allfiles = grep { !/^\.\.?$/ } readdir(DIR); close(DIR); foreach (@allfiles) { if ($_ =~ m/$filename$/) { push (@files, $_); $filemtime{$_} = ($Now - (-M "$UploadDir/$_") * 86400); } } @files = sort { $filemtime{$b} <=> $filemtime{$a} || $a cmp $b } @files; print T('If saving oekaki was done successfully')."\n"; print T('Following is the Interlink of your file') . "\n"; print "