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

NAME

compilechef - A compiler for the Chef language using Acme::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 Acme::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 Acme::Chef.

AUTHOR

Steffen Mueller, chef-module at steffen-mueller dot net

Chef was designed by David Morgan-Mar.

COPYRIGHT

Copyright (c) 2002-2003 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.