Help for this page

Select Code to Download


  1. or download this
     use Statistics::Burst;
      my $burstObj=Burst::new();
    ...
      $burstObj->setData(\@gap_space);
      $burstObj->process();
      $statesUsed=$burstObj->getStatesUsed();