Acme-RunDoc

 view release on metacpan or  search on metacpan

CONTRIBUTING  view on Meta::CPAN


    *   Translation

        Translations of documentation would be welcome.

        For translations of error messages and other strings embedded in the
        code, check with me first. Sometimes the English strings may not in
        a stable state, so it would be a waste of time translating them.

  Coding Style
    I tend to write using something approximating the Allman style, using
    tabs for indentation and Unix-style line breaks.

    *   <http://en.wikipedia.org/wiki/Indent_style#Allman_style>

    *   <http://www.derkarl.org/why_to_tabs.html>

    I nominally encode all source files as UTF-8, though in practice most of
    them use a 7-bit-safe ASCII-compatible subset of UTF-8.

AUTHOR
    Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

README  view on Meta::CPAN

NAME
    Acme::RunDoc - executes a Microsoft Word document as if it were Perl code

SYNOPSIS
     Acme::RunDoc->do("helloworld.doc");

DESCRIPTION
    It is recieved wisdom that word processors are better than text editors.
    After all, you can style your documents with different fonts and colours;
    you can take advantage of the built-in spell check; and your ugly single
    and double quote characters get auto-replaced with "smart" curly versions.

    This module allows you to run Perl documents edited in Microsoft Word (and
    other word processors capable of saving in the ".doc" format) as normal
    Perl code. You can write scripts and run them like this:

      perl -Microsoft::Word helloworld.doc

    or call them from other files using:

lib/Acme/RunDoc.pm  view on Meta::CPAN


Acme::RunDoc - executes a Microsoft Word document as if it were Perl code

=head1 SYNOPSIS

 Acme::RunDoc->do("helloworld.doc"); 

=head1 DESCRIPTION

It is recieved wisdom that word processors are better than text editors.
After all, you can style your documents with different fonts and colours;
you can take advantage of the built-in spell check; and your ugly single
and double quote characters get auto-replaced with "smart" curly versions.

This module allows you to run Perl documents edited in Microsoft Word
(and other word processors capable of saving in the ".doc" format) as
normal Perl code. You can write scripts and run them like this:

  perl -Microsoft::Word helloworld.doc

or call them from other files using:



( run in 0.385 second using v1.01-cache-2.11-cpan-26ccb49234f )