Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Can't find or uninstall version of perl (git-bash / perldoc / %INC)

by LanX (Saint)
on May 19, 2019 at 14:37 UTC ( [id://11100255]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D:\>perldoc -l warnings
    C:\Perl_524\lib\warnings.pm
    
  2. or download this
    $ perldoc -l warnings
    Can't locate Pod/Perldoc.pm in @INC ...
    
  3. or download this
    $ perl -Mwarnings -e 'print $INC{"warnings.pm"}'
    /usr/share/perl5/core_perl/warnings.pm
    
  4. or download this
    D:\>perl -Mwarnings -e "print $INC{q'warnings.pm'}"
    C:/Perl_524/lib/warnings.pm
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11100255]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-04-25 22:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found