Changeset 3095
- Timestamp:
- 2002-04-24T13:45:59+12:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/perllib/multiread.pm
r1870 r3095 230 230 # special case for the first line of utf8 text to detect whether 231 231 # the file is in utf8 or unicode 232 $$text .= $self->read_line (); 232 233 # possible to have no text here... 234 my $read_text = $self->read_line (); 235 $$text .= $read_text if (defined($read_text)); 233 236 } 234 237
Note:
See TracChangeset
for help on using the changeset viewer.