Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/perl-5.8.0/bin/perl
    
    ...
    }
     
    &mysub;
    
  2. or download this
    my $h = threads->new(\&mysub);
    $h->join;
    
  3. or download this
    thread failed to start: no password prompt at ./expect.pl line 21.