Help for this page

Select Code to Download


  1. or download this
      $key = `$sxwbt_dms $item`
    
  2. or download this
    open(SWBT, "$swbt_dms $item |")
    while(<SWBT>) {
       process_line($_);
    }