View | Details | Raw Unified | Return to bug 196525
Collapse All | Expand All

(-)PostScript-0.06-fixed/TextBlock.pm (-1 / +1 lines)
Lines 54-60 Link Here
54
    # Returns the number of elements in the TextBlock
54
    # Returns the number of elements in the TextBlock
55
    #
55
    #
56
    my $self = shift;
56
    my $self = shift;
57
    return $#{@$self}+1;
57
    return scalar(@$self);
58
}
58
}
59
59
60
sub Write {
60
sub Write {

Return to bug 196525