in reply to RE: portability!
in thread portability!
Also note that Perl functions like open and system typically accept Unix-style slashes (/) for specifying path names when opening files or executing programs. Unfortunately (and this may depend on the syntax of the system/exec call), Win2k may not follow this convention.
But basically the point of my post is that you can write Perl code that is totally portable, so long as you are aware of OS-specific conventions and code to accomodate, and don't make bad assumptions about your environment. Otherwise you may end up having to do some minor tweaks to "port" your script from one OS to another.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: portability!
by Albannach (Monsignor) on Oct 13, 2000 at 22:28 UTC |