On Thu, Nov 15, 2001 at 08:57:12PM +0100, Bart Lateur wrote:
> On Thu, 15 Nov 2001 12:14:23 -0500, Michael G Schwern wrote:
> 
> >"$1$dkb300:[schwern.src.perl-current.][000000]perl.exe"
> >
> >The absolute path to the perl executable.  
> >disk:[path.to.the.]program.exe  I have no idea what the [000000] is about.
> 
> Just a thought: the file version number?

No, that's the ;12 crap that I couldn't figure out what it was.  The
value of $^X is actually something like:

$1$dkb300:[schwern.src.perl-current.][000000]perl.exe;11

which means it's the 11th version (11th time I'd built it).  I had to
strip the ;11 off else it wouldn't work *shrug*.

NODE::DISK:[DIR1.DIR2]NAME.EXTENSION;VERSION
    http://www.usask.ca/dcs/online_docs/vaxvms.html

Still dunno what the [000000] means.


> I think that I had read somewhere that VMS has a built in versioning
> system, so you can retrieve any older version of a (modified) file you
> like.

Something like that, yeah.  This is why the oddity:

    1 while unlink $file;

is necessary sometimes, to delete all versions of the file.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
The beatings will continue until your style improves.

Reply via email to