s [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 31, 2003 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: should be simple perl cgi
>
>
> Can anyone please tell me what is wrong with this
>
> #!/usr/bin/perl
>
> print "Content-type:text/html\n\n";
>
> $OUT
Can anyone please tell me what is wrong with this
#!/usr/bin/perl
print "Content-type:text/html\n\n";
$OUTPUT = `rsh testaix "ldapsearch -h -D "cn=root" -w
-b "o=,c=us" uid= userpassword | grep
userpassword | cut -f 2 -d ="`;
chomp ($OUTPUT);
print "\n";
basically, $OUTPUT has a password t