Help for this page

Select Code to Download


  1. or download this
    sub button_press {
        my $sthread = threads->new(sub { worker_thread() });
    ...
        # Here we "return immediately" :)
        return;
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
          }
         );             
    }
    
  3. or download this
    #!/usr/bin/perl 
    use warnings;
    ...
    __END__