Help for this page

Select Code to Download


  1. or download this
    my $thr =  threads->create(\&test,"host","string","2");
    
  2. or download this
    sub test{
    
    ...
    my @a  = $SESSION->get($VLIST); 
    print "$a[0]\n";
    }