The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

compilechef - A compiler for the Chef language using Language::Chef

SYNOPSIS

compilechef in.chef out.pl

DESCRIPTION

Experimental software.

This script tries to "compile" a chef program into a Perl program. It includes the modules Language::Chef::* into the generated code. It does so by searching your @INC for the module files and inserting the module code into the source code of the executable. Hence, the generated executable should be somewhat more portable.

This script should run in any environment that can execute chef programs using the chef.pl interpreter except maybe on VMS and MacOS.

Anything else: See Language::Chef.

AUTHOR

Steffen Mueller, mail at steffen-mueller dot net Chef was designed by David Morgan-Mar.

COPYRIGHT

Copyright (c) 2002 Steffen Mueller. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.