[Perl-unix-users] MIME::Lite - Mime type problem (?)

2001-11-05 Thread Carl Cameron
I am trying to send a text file using MIME::Lite. The file content is in text, and is similar to: "smith","john","123 fake st.","springfield" The file is being emailed and received fine, but the attachment appears as garbled characters. I don't know alot about MIME and encoding, but I think I

[Perl-unix-users] rewriting data

2001-11-05 Thread Britt
One solved problem...so I'll try agianI'm having trouble rewriting data.When my perl program creates a file, it can also write to it at that time.When I try to rewrite the file (this works on windows) it leaves a blank file. #!/usr/bin/perl $pgdat="/usr/home/usrnm/public_html/db"; print "Con

Re: [Perl-unix-users] rewriting data

2001-11-05 Thread $Bill Luebkert
Britt wrote: > > One solved problem...so I'll try agianI'm having trouble rewriting > data.When my perl program creates a file, it can also write to it at that > time.When I try to rewrite the file (this works on windows) it leaves a > blank file. > > #!/usr/bin/perl > $pgdat="/usr/home/usrn