Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Mac Space in Path

by bettis (Initiate)
on May 23, 2013 at 03:27 UTC ( [id://1034853]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "\n\nPlease drop the metadata file [vendor instructions/isbn13.x
    +ml]:\n\n\t\t>>>";
    
    chomp (my $metadata_file = <>);
    ...
    
    open (FILE, "<", "$metadata_file") or die "Could not open '$metadata_f
    +ile': $!\n";
    $metadata = join '', <FILE>;
    
  2. or download this
    Please drop the metadata file [vendor instructions/isbn13.xml]:
    
    >>>/Users/jefe/Desktop/vendor\ instructions/9781118172773.xml 
    Could not open '/Users/jefe/Desktop/vendor\ instructions/9781118172773
    +.xml ': No such file or directory
    
  3. or download this
    Please drop the metadata file [vendor instructions/isbn13.xml]:
    
    >>>/Users/jefe/Desktop/vendorinstructions/9781118172773.xml 
    /Users/jefe/Desktop/vendorinstructions/9781118172773.xml
    
  4. or download this
    Please drop the metadata file [vendor instructions/isbn13.xml]:
    
    >>>/Users/jefe/Desktop/vendor\ instructions/9781118172773.xml 
    Could not open '/Users/jefe/Desktop/vendor\ instructions/9781118172773
    +.xml': No such file or directory
    

Log In?
Username:
Password:

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

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

    No recent polls found