Help for this page

Select Code to Download


  1. or download this
    package Testit;
    require Exporter;
    ...
    }
    
    1;
    
  2. or download this
    #! perl -w
    use strict;
    ...
    $thread->join();
    
    exit(0);
    
  3. or download this
    c:\test>test
    $VAR1 = {
    ...
                        }
            };
    forthread called with argument: '1' at Testit.pm line 11.
    
  4. or download this
    &{ 'Testit::forthread' }
    
  5. or download this
    \ &{ 'Testit::forthread' }
    
  6. or download this
    require $ref->{thread}{module} . '.pm';
    
    ...
        },
        $argument
    );
    
  7. or download this
    require $ref->{thread}{module} . '.pm';
    
    ...
        do{ no strict 'refs'; \ &{ $subname } },
        $argument
    );