The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

perl-run-end - execute the Perl code within __END__ for the file/module/code passed.

SYNOPSIS

perl-run-end [options]

    pass the full path for the perl file you wish to run.

Options: -i /include/path path to add to @INC

        (i.e. perl -I /include/path)

Example:

    perl-run-end ~/perl/misc/script.pl

    perl-run-end -i=/opt /opt/Module/Whatever/YourModule.pm

DESCRIPTION

perl-run-end is a command-line interface to Perl::RunEND, which it uses to exectue the Perl code below __END__

ACKNOWLEDGEMENTS

This module copied it's general bin flow idea from Module-Starter

LICENSE AND COPYRIGHT

Copyright 2012 David Wright, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.