A note for POD for Windows user who wants to
migrate to Unix system : On
Windows, all file names are case-insensitive (i.e., "fldb.exe" = "FLDB.exe");
However, on Unix "fldb.exe" is not the same as "fLdb.exe" or "Fldb.exe" etc.
You must modify the file names and html forms accordingly. An excellent
free tool for batch replace on Windows is BK ReplaceEm from
www.download.com. Using this tool you can
replace contents for many files at once. If you're familiar with grep on Unix,
you may use that tool too.