Help for this page

Select Code to Download


  1. or download this
    {
      #define thread 1
    ...
      #define const (100/5)
      #define flag_condn 1
    }
    
  2. or download this
    {
     thread 
    ...
     code 
     flag_condn 
    }
    
  3. or download this
    while (<INPUT>) {
     my @split_data = split(' ', $_);
    ...
     print "$split_data[1]\n"
     }
    }