|
|
|
|
|
by Grinnz
2485 days ago
|
|
The correct invocation to search for a variable named $" (not $) is perldoc -v '$"', which the variable search on perldoc.pl was modeled after. A glance at "man perldoc" (or "perldoc perldoc") will tell you of the very useful other switches, such as -f and -q. |
|