/*
 * suid wrapper
 */

#include <unistd.h>

int main() {
  execl("/usr/bin/perl","queue.pl",
        "/usr/local/www/cgi-bin-ssl/tech_queue/queue.pl",NULL);

  return 0;
}

