in reply to (Ovid) Re(3): path is broken
in thread path is broken

There's a lot of $. (<-- that dot is a regex =]) variables to love, yet I've only stumbled across a few of them, and even less explanations of what those variables do. Anyone know of a comprehensive listing of what variables are available to us in the $/./ (<-- that is a correct regex!) format and what they all do? I haven't noticed it in any of my books (I haven't read all of every book yet, so standard disclaimer of "i may be a fool" applies here).

-marius

Replies are listed 'Best First'.
Re: (OT) Re: (Ovid) Re(3): path is broken
by mirod (Canon) on Dec 07, 2000 at 01:11 UTC

    As merlyn is not around I will have to sub and give you the ob. reference:

    perldoc perlvar

    will give you the entire list.