![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Perl on Windows 2000by moxliukas (Curate) |
on Jul 22, 2003 at 12:47 UTC ( #276699=note: print w/replies, xml ) | Need Help?? |
Most of the specific Perl issues on cross-platform development are mentioned in perlport manual. You should also look for bits and pieces of shell code that is very usually hardcoded into perl scripts under Unix systems. I'd say the major differences are path separators, handling of binary data in files and use of external shell utilities.
In Section
Seekers of Perl Wisdom
|
|