Help for this page

Select Code to Download


  1. or download this
    use appiqcli;
    my @eventlist = appiqlist(-event -all);
    
  2. or download this
    use appiqcli;
    while(1)
    ...
    
       sleep(10);
    }