Help for this page

Select Code to Download


  1. or download this
    my $childThread = threads->new( \&Your::Package::childThreadWrite, $se
    +lf, $l_cqrdMessage);
    
  2. or download this
        lock $self->{waitFlag};
    
  3. or download this
    print do{ no strict 'refs'; \*( $self->{ inst } } }, $l_cqrdMessage;
    
  4. or download this
    #! perl -slw
    use strict;
    ...
    
    warn 'Done';
    exit;