in reply to Re^2: using arguments
in thread using arguments
From the documentation:
Mail::Internet->new([ARG], [OPTIONS]) ARG is optional and may be either a file descriptor (reference to +a GLOB) or a reference to an array. If given the new object will be i +nitialized with headers and body either from the array of read from t +he file descriptor.
Under the assumption that your file is in the right format you could construct a file descriptor to the file and pass that into the constructor.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: using arguments
by Bass-Fighter (Beadle) on Dec 19, 2008 at 13:24 UTC | |
by dHarry (Abbot) on Dec 19, 2008 at 15:20 UTC |