Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^4: globref to plain text

by Bass-Fighter (Beadle)
on Jan 09, 2009 at 09:57 UTC ( [id://735135]=note: print w/replies, xml ) Need Help??


in reply to Re^3: globref to plain text
in thread globref to plain text

I want to get the cc and al the filenames of the attachments that are in an E-mail into 1 cel of a database. and with my example E-mails I know how much attachments are in it, but when I'm gonna use it I don't know before, so I thought: i write all the cc's and filenames to a file which I can read after that so I can get the text of it and print it into the database. that is it at the moment, there is more to be done, but that is work for later to me.

Replies are listed 'Best First'.
Re^5: globref to plain text
by Corion (Patriarch) on Jan 09, 2009 at 10:00 UTC

    You don't "print" things into the database, and why are you writing all that information to a file, just to read that file in again right afterwards? Just append all the data to a string, and then insert that string into the database. Where exactly are you having problems?

      you brought me to an Idea and I changed several things... and it works now. thanx

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (1)
As of 2024-04-18 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found