Help for this page

Select Code to Download


  1. or download this
    sub c_out {
     my $_=shift;
    ...
      $c_out_store=$_;
     }
    }
    
  2. or download this
     while($usedouble || !eof($file_in)) {
      if($usedouble) {
    ...
      }
      # etc
     }