Help for this page

Select Code to Download


  1. or download this
    #increment file for count
    my $asrnumber = File::CounterFile->new("./asr_counter.txt");
    $asrnumber->lock();
    $asrnumber->inc;
    $asrnumber->unlock();
    
  2. or download this
    #!/usr/bin/perl
    # asr_archive.pl
    ...
      $msg->send();
    
    }