Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: -e " " returns true

by BrowserUk (Patriarch)
on Jul 06, 2004 at 12:54 UTC ( [id://372082]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    1222:         pwbuffer = PerlDir_mapW(wbuffer);
    ...
    1228:         path = PerlDir_mapA(path);
    
  2. or download this
    #ifdef WIN32
    #define PerlDir_mapA(dir)        dir
    #define PerlDir_mapW(dir)        dir
    #endif
    
  3. or download this
    #ifdef WIN32
    #define PerlDir_mapA(dir)                    \
    ...
    #define PerlDir_mapW(dir)                    \
        (*PL_Dir->pMapPathW)(PL_Dir, (dir))
    #endif
    

Log In?
Username:
Password:

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

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

    No recent polls found