The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Inline::Nouse - An Inline.pm interpreter for the Nouse language

SYNOPSIS

  use Inline 'Nouse' => 'function hello { #r<a>z+x>y^y+z>c>z>t:4+z#0^f>z>0?z^0+z>z+9<x#1+z:3>w>z#r+i^0>c>z>0 }';

  # prints "hello world"
  &hello;

DESCRIPTION

This module allows Nouse subs to be used directly within perl. For more usage information, see Inline::Interp and Language::Nouse, on which this module is based.

AUTHOR

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

SEE ALSO

Inline

Inline::Interp

Language::Nouse

http://code.iamcal.com/docs/nouse.html