in reply to Strawberry Perl NOT running properly
I type perldoc –v perldoc The system then responds with:’perldoc’ does not look like a Perl variableThat is the correct response. You've asked perldoc to give you information about a variable (-v) called perldoc, and it's telling you that perl doesn't have a built-in variable of that name.
Dave.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Strawberry Perl NOT running properly
by dave_the_m (Monsignor) on Apr 19, 2015 at 15:37 UTC |