Cal Henderson > Inline-Interp-0.04 > Inline::Echo

Download:
Inline-Interp-0.04.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.01   Source  

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>

SEE ALSO ^

Inline Inline::Interp