| Inline-Interp documentation | view source | Contained in the Inline-Interp distribution. |
Inline::Echo - A demo module using Inline::Interp
require Inline::Echo;
use Inline 'Echo' => 'function hello{hello world}';
# prints "hello world"
&hello;
This module is a demonstration of how to use Inline::Interp and is used for testing Inline::Interp. It creates functions that echo their contents using the IO layer.
Copyright (C) 2003, Cal Henderson <cal@iamcal.com>
| Inline-Interp documentation | view source | Contained in the Inline-Interp distribution. |