in reply to Re^2: Scope of separator variable
in thread Scope of separator variable
From the command line you can use perldoc -v '$"' (doesn't work on older Perls), and all the other special variables are documented in perlvar. Also very helpful is perldoc -f functionname, which will even point you in the right direction if you ask it e.g. perldoc -f for
|
|---|