Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The distro's overall <a href="http://search.cpan.org/perldoc?MIME-tools" rel="nofollow">documentation</a> (also found in the distro's <code>README</code> file) contains the following useful information:</p> <pre><code> Overview of the classes Here are the classes you'll generally be dealing with directly: (START HERE) results() .-----------------. \ .--------&gt;| MIME:: | .-----------. / | Parser::Results | | MIME:: |--' `-----------------' | Parser |--. .-----------------. `-----------' \ filer() | MIME:: | | parse() `--------&gt;| Parser::Filer | | gives you `-----------------' | a... | output_path() | | determines | | path() of... | head() .--------. | | returns... | MIME:: | get() | V .--------&gt;| Head | etc... | .--------./ `--------' | .---&gt; | MIME:: | | `-----| Entity | .--------. | parts() `--------'\ | MIME:: | / returns `--------&gt;| Body |&lt;---------' sub-entities bodyhandle() `--------' (if any) returns... | open() | returns... | V .--------. read() | IO:: | getline() | Handle | print() `--------' etc... </code></pre> <p>Which leads us to looking at MIME::Body's <a href="http://search.cpan.org/perldoc?MIME%3a%3aBody" rel="nofollow">documentation</a>, which include the following:</p> <pre><code>### Where's the data? if (defined($body-&gt;path)) { ### data is on disk: print "data is stored externally, in ", $body-&gt;path; } else { ### data is in core: print "data is already in core, and is...\n", $body-&gt;as_string; } ### Get rid of anything on disk: $body-&gt;purge; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload