NAME

G - source filter for Language::GolfScript module

VERSION

0.04

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.