in reply to General tips for Unix to Windows script migration?

For the most basic level, see perldoc perlport.

Database requirements are smoothed over a lot by use DBI; which allows the connection string to absorb many platform differences.

Pure Perl modules like LWP will work right out of the box, for the most part.

After Compline,
Zaxo