Ok this is my first crack at so someone tell me what im doing wrong? #!/usr/bin/perl -w use CGI qw(:standard); $name = param('name'); $email = param('email'); $cname = param('cname'); $password = param('password'); $expiration = param('expiration'); system ("/export/home/neomar/nael/certs/certs/nes_cert $name $email $cname $password $expiration; >/dev/null"); print "content-type:text/html\n\n"; print "<html><head><title>Product Support</title></head>"; print "<body> <B> Please Wait, your certificates are now being generated</B></body></html>"; -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]