The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

G - source filter for Language::GolfScript module

VERSION

0.02

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.