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

NAME

meta - A simple front-end to Acme::MetaSyntactic

SYNOPSIS

meta [ --whitespace|ws ] theme [ count ]

DESCRIPTION

meta is a simple front-end to Acme::MetaSyntactic.

A few examples should make it easy to understand what it does and how it works:

    $ meta
    baz
    $ meta batman
    powie
    $ meta donmartin 3
    kloong
    thoof_foing
    weeooweeeoooo
    $ meta -ws browser 4
    arachne netscape voyager w3m

In short, the default theme is foo, the default count is 1, the default separator is $/, but you can replace it by whitespace with --ws.

AUTHOR

Philippe "BooK" Bruhat, <book@cpan.org>.

COPYRIGHT & LICENSE

Copyright 2005 Philippe 'BooK' Bruhat, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.