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

Re: Weird string

by johngg (Canon)
on Mar 13, 2009 at 17:26 UTC ( [id://750477]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $fullPath =
       File::Spec->catfile( $pathFromConfig, $fileFromConfig );
    print qq{$fullPath\n};
    
  2. or download this
    $ cat spw750353.ini 
    myfile=bbbbbbb.txt
    path=aaaaaaaaaaaaaaa
    $
    
  3. or download this
    C:\cygwin\home\johngg\perl\Monks>type spw750353.ini
    myfile=bbbbbbb.txt
    path=aaaaaaaaaaaaaaa
    
    C:\cygwin\home\johngg\perl\Monks>
    
  4. or download this
    $ ./spw750353
    aaaaaaaaaaaaaaa/bbbbbbb.txt
    
    $
    
  5. or download this
    C:\cygwin\home\johngg\perl\Monks>perl spw750353
    aaaaaaaaaaaaaaa\bbbbbbb.txt
    
    C:\cygwin\home\johngg\perl\Monks>
    

Log In?
Username:
Password:

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

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

    No recent polls found