Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
      `intranet/develop/Susp/mifuture.cgi idnumber=218`;
    ...
      `/....../mifuture.cgi idnumber=220`;
      `EOF`  ;
      $atq = `atq`;  print qq( ATQ: $atq);
    
  2. or download this
    #!/usr/bin/perl
      `intranet/develop/Susp/mifuture.cgi idnumber=218`;
    ...
      /....../mifuture.cgi idnumber=220
      EOF`  ;
      $atq = `atq`;  print qq( ATQ: $atq);