in reply to "But I'm never going to..."
The loss in readability between:
and$file = "fnord/glop/bibba";
is significant. Enough for me to offset the loss of portability to, say, MacOS. Note that according to perlport, fnord/glop/bibba works, or can be made to work, under Unix, Windows, DOS, OS/2, VMS, VOS and RiscOS.$file = File::Spec -> catfile (qw /fnord glop bibba/);
The XP folks wisely warn against designing in extra functionality "just in case"I know couple of meanings of XP: 1) a range of disk servers sold by HP, 2) a version of an OS made in the Pacific Northwest, 3) extreme programming. I'm pretty sure you aren't using "XP" in meaning 1). But I can't figure out whether you mean meaning 2) or meaning 3).Writing from the middle of an XP-to-Linux port
Abigail
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: "But I'm never going to..."
by ysth (Canon) on Apr 08, 2004 at 10:07 UTC | |
Re: Re: "But I'm never going to..."
by flyingmoose (Priest) on Apr 08, 2004 at 18:43 UTC | |
by Steve_p (Priest) on Apr 11, 2004 at 02:01 UTC |