105 |
|
} # end char while |
106 |
|
} # End String while loop |
107 |
|
undef $filehandle; |
108 |
< |
$self->_printstream(); |
108 |
> |
# make sure we close the last buffer |
109 |
> |
$self->_calltag($self->{textcontext}, $self->{textcontext}, |
110 |
> |
$self->_getstore()); |
111 |
> |
#$self->_printstream(); |
112 |
|
} |
113 |
|
|
114 |
|
# |
171 |
|
my $self=shift; |
172 |
|
my $char; |
173 |
|
$char=substr($self->{currentline},$self->{stringpos}++,1); |
174 |
< |
# print "Debug : Fetching character $char\n"; |
174 |
> |
#print "Debug : Fetching character $char\n"; |
175 |
|
|
176 |
|
# Keep a record for any stream processes |
177 |
|
$self->{streamstore}=$self->{streamstore}.$char; |