Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: use sqlldr with perl

by soonix (Canon)
on Jan 28, 2015 at 10:22 UTC ( [id://1114728]=note: print w/replies, xml ) Need Help??


in reply to use sqlldr with perl

possibly has nothing to do with your problem, but this
if($filename){
only checks for "not-emptyness" of the filename.
You probably intended one of the -X functions (probably one or more of -e -r -f -s -T).

From the rest of the discussion, my guess is that the problem is in fact the encoding of the filename, as our Anonymous brother seems to hint

Replies are listed 'Best First'.
Re^2: use sqlldr with perl
by Anonymous Monk on Jan 28, 2015 at 10:46 UTC

    only checks for "not-emptyness" of the filename.

    truthiness of the filename :)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-23 15:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found