Help for this page

Select Code to Download


  1. or download this
    [unix]$ at now + 2 minute <<EOF
    ? /......./mifuture.cgi idnumber=222
    ? EOF
    warning: commands will be executed using /bin/sh
    job 76 at 2001-01-24 14:22
    
  2. or download this
    #!/usr/bin/perl
      `intranet/develop/Susp/mifuture.cgi idnumber=218`;
    ...
      `EOF`  ;
      $atq = `atq`;
      print qq( ATQ: $atq<BR>);