Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Strange problem with Windows 7 command line and perl

by pryrt (Abbot)
on Feb 13, 2017 at 00:58 UTC ( [id://1181871]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    cmd.exe
    C:\Users\pryrt>powershell
    ...
    
    C:\Users\pryrt>echo %PATH%
    ...;c:\usr\local\apps\berrybrew\perls\5.24.0_64\c\bin;c:\usr\local\app
    +s\berrybrew\perls\5.24.0_64\perl\bin;c:\usr\local\apps\berrybrew\perl
    +s\5.24.0_64\perl\site\bin;...
    
  2. or download this
    c:\usr\local\apps\berrybrew\perls\5.24.0_64\perl\bin\perl.exe -le "pri
    +nt for grep { /perl/ } split /;/, $ENV{PATH}"
    c:\usr\local\apps\berrybrew\perls\5.24.0_64\c\bin
    c:\usr\local\apps\berrybrew\perls\5.24.0_64\perl\bin
    c:\usr\local\apps\berrybrew\perls\5.24.0_64\perl\site\bin
    
  3. or download this
    C:\Strawberry\perl\bin\perl\perl.exe  -le "print for grep { /perl|berr
    +y/ } split /;/, $ENV{PATH}"
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 17:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found