Cal Henderson > Inline-Interp > Inline::Echo

Download:
Inline-Interp-0.06.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
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

syntax highlighting: