Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Entry widget not accepting /

by kcott (Archbishop)
on Oct 06, 2012 at 01:51 UTC ( [id://997561]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub buildPath
    {
    ...
        $path = File::Spec->canonpath($path);
        print  "buildPath : After canonpath: $path :\n" ; 
        ...
    
  2. or download this
    ...
    buildPath : BEFORE canonpath: /home/ghoshabh/ :
    buildPath : After canonpath: /home/ghoshabh :
    ...
    
  3. or download this
    sub buildPath
    {
    ...
        ...
        return $path . $trailing;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-19 16:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found