|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Re^3: How to process html script with perlby thomas895 (Friar) |
| on Oct 30, 2012 at 06:51 UTC ( #1001463=note: print w/ replies, xml ) | Need Help?? |
|
is it correct ?Not quite. First of all, I feel it needs to be said that HTML is not a scripting language. It is a markup language.
Next, your open() statement will never work. Why? Because you can't put it in a hashref like that, and still get your expected result. You may also want to see the documentation for MIME::Lite.
...which should save you some hassle with the files. I hope that solves(or at least helps) your question, although I do highly advise you to read perlintro, among others. ~Thomas~
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||