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

Re^3: How to process html script with perl

by thomas895 (Deacon)
on Oct 30, 2012 at 06:51 UTC ( #1001463=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to process html script with perl
in thread How to process html script with perl

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.
Instead, use something like the following:

$msg->attach( Type => "text/html", Id => "sample.html", Path => "/path/to/sample.html" );

...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~ 
"Excuse me for butting in, but I'm interrupt-driven..."

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2023-03-27 09:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (63 votes). Check out past polls.

    Notices?