spider.pl is a program for fetching documnts from a web server, and outputs the documents to STDOUT in a special format designed to be read by Swish-e. The spider can index non-text documents such as ...
The i2a2-auth.pl file contains a Perl script, written by Ron Kittendorf, that shows how to use the Net::LDAP Perl module to bind via the I2A2 LDAP protocol converter. The script uses the Net::LDAP ...
As systems get larger and the number of users they support increases, it becomes more difficult to manage systems using only the old-fashioned UNIX /etc/passwd file. A common solution to this problem ...
Command-line Perl scripts can make adminstering a UNIX box easier by replacing certain commands with some routine scripts. Find out how to take advantage of this approach. Perl is everywhere. Most ...
Perl is a language often associated with text processing and CGI. PHP is a language often associated with dynamic Web pages. Both are very popular with Web developers. Often, each of these languages ...