![]() |
![]()
| ![]() |
![]()
NAMEExtUtils::PL2Bat - Batch file creation to run perl scripts on Windows VERSIONversion 0.005 OVERVIEWThis module converts a perl script into a batch file that can be executed on Windows/DOS-like operating systems. This is intended to allow you to use a Perl script like regular programs and batch files where you just enter the name of the script [probably minus the extension] plus any command-line arguments and the script is found in your PATH and run. FUNCTIONSpl2bat(%opts)This function takes a perl script and write a batch file that contains the script. This is sometimes necessary
ACKNOWLEDGEMENTSThis code was taken from Module::Build and then modified; which had taken it from perl's pl2bat script. This module is an attempt at unifying all three implementations. AUTHORLeon Timmermans <leont@cpan.org> COPYRIGHT AND LICENSEThis software is copyright (c) 2015 by Leon Timmermans. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|