>>>>> "JH" == Jarkko Hietaniemi <[EMAIL PROTECTED]> writes: JH> I agree with Dan: people do seem to get into "have to" mode awfully JH> soon and easily. The proposed framework is supposed to make it easy JH> to handle file names and make Perl internals (well, not internal- JH> internals, but the IO layer) better support multiplatform situations, JH> both when scripts have to run on multiple platforms, and when JH> an application is running on multiple platforms _simultaneously_, JH> servers-clients, peers-peers, etc. Fine. Then all the 'parts' of a generic filename (or should that be a resource name) are pure strings? Who supplies the logic to scrunch them together into an understandable (to the os) form? And how do we make it easy to pass in a name to open? $fh = open Perl::Canonical(Host=>"remote" ,OS=>"VMS" ,Device=> "DAO" ,Path=>("path", "to", "resource") ,Name=> "filename" ,Type=>"txt" ,Version=> ":oldest" ); Seems messy. <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- Re: Internal Filename Representations (was Re: Summary o... Jarkko Hietaniemi
- Re: Internal Filename Representations (was Re: Summ... David L. Nicol
- Re: Internal Filename Representations (was Re: Summ... Nick Ing-Simmons
- Re: Internal Filename Representations (was Re: Summary o... Johan Vromans
- Re: Internal Filename Representations (was Re: Summ... Nathan Wiger
- Re: Internal Filename Representations (was Re: ... Chaim Frenkel
- Re: Internal Filename Representations (was ... Nathan Wiger
- Re: Internal Filename Representations (... Chaim Frenkel
- Re: Internal Filename Representations (was ... Dan Sugalski
- Re: Internal Filename Representations (... Jarkko Hietaniemi
- Re: Internal Filename Representati... Chaim Frenkel
- Re: Internal Filename Representati... Jarkko Hietaniemi
- Re: Internal Filename Representati... Nathan Wiger
- Re: Internal Filename Representati... Chaim Frenkel
- Re: Internal Filename Representati... David L. Nicol
- Re: Internal Filename Representati... Chaim Frenkel
- Re: Internal Filename Representations (was Re: Summ... Jarkko Hietaniemi
- Re: Internal Filename Representations (was Re: ... Johan Vromans
- Re: Internal Filename Representations (was ... Chaim Frenkel
- Re: Internal Filename Representations (... Bryan C . Warnock
- Re: Internal Filename Representati... Jarkko Hietaniemi