Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

regex error

by anaconda_wly (Scribe)
on Apr 06, 2013 at 10:12 UTC ( [id://1027274]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $binpath="c:\\qa\\kontor\\bin";
    if( $ENV{PATH} !~ /$binpath/i) # error here
    
  2. or download this
    if( $ENV{PATH} !~ /c:\\qa\\kontor\\bin/i)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found