Parent Directory | Revision Log | Patch
revision 1.37 by wakaba, Sun Apr 9 14:29:41 2006 UTC | revision 1.38 by wakaba, Sun Apr 16 10:05:23 2006 UTC | |
---|---|---|
# | Line 17517 ClsDef: | Line 17517 ClsDef: |
17517 | if ($self->{close}) { | if ($self->{close}) { |
17518 | $self->{close}->($self); | $self->{close}->($self); |
17519 | } else { | } else { |
17520 | close $self->{filehandle}; | $self->{filehandle}->close; |
17521 | } | } |
17522 | }__; | }__; |
17523 | ##ManakaiDOMInputFile | ##ManakaiDOMInputFile |
|
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |