Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    use strict;
    ...
            print "Thread Message is $message\n";
            return (1,2,3);
    }
    
  2. or download this
    silly@bluetit:~/perl/threads$ thread.pl
    100
    Thread Message is test1
    1 2 3
    Segmentation fault