in reply to ActivePerl vs Perl on UNIX
I often use ActivePerl on WIN32 and then transfer the files to UNIX. Mostly because I'm lazy and want the same scripts on both platforms.
Also, be sure to use Strict; and the -w flag. This way you can minimize other kinds of errors, or at least track them down a lot more easily.( I guess we can't say enough of this )
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Re: ActivePerl vs Perl on UNIX
by Anonymous Monk on Jul 13, 2000 at 22:33 UTC | |
by mrmick (Curate) on Jul 14, 2000 at 05:38 UTC |