Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
       }#while
     }#foeach
    }
    
  2. or download this
    $status =~ s/(\W+)/ /gs;
    $soc =~ s/(\W+)/ /;
    $subscriber =~ s/(\D+)/ /;
    
  3. or download this
    use of initialized value in join or string at 
    print "@ar_OR_STA\n";