Help for this page

Select Code to Download


  1. or download this
    sub WriteLine {
        my $self = shift;
    ...
            $self->Trace(_CallerStr($it)); 
        return $it;
    };
    
  2. or download this
    sub <Call> {
        my $self = shift;
    ...
            $self->Trace(_CallerStr($it));
        return $it;
    };