Inline::Echo - A demo module using Inline::Interp


Inline-Interp documentation  | view source Contained in the Inline-Interp distribution.

Index


NAME

Top

Inline::Echo - A demo module using Inline::Interp

SYNOPSIS

Top

  require Inline::Echo;

  use Inline 'Echo' => 'function hello{hello world}';

  # prints "hello world"
  &hello;

DESCRIPTION

Top

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

Top

Copyright (C) 2003, Cal Henderson <cal@iamcal.com>

SEE ALSO

Top

Inline Inline::Interp


Inline-Interp documentation  | view source Contained in the Inline-Interp distribution.