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

NAME

G - source filter for Language::GolfScript module

VERSION

0.03

SYNOPSIS

    $ perl -MG myscript.gs
    $ perl -MG=debug myscript.gs

DESCRIPTION

The G module wraps input into the Language::GolfScript module. This allows you to execute GolfScript code from the command line.

    $ perl -MG myscript.gs
    $ perl -MG -e "5 4+3*2/1+"

See Language::GolfScript for more, including version, author, and copyright information.