NAME
Inline::Echo - A demo module using Inline::Interp
SYNOPSIS
require Inline::Echo;
use Inline 'Echo' => 'function hello{hello world}';
# prints "hello world"
&hello;
DESCRIPTION
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.
AUTHOR
Copyright (C) 2003, Cal Henderson <cal@iamcal.com>