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

seis - Seis interpreter

SYNOPSIS

    % seis foo.pl

DESCRIPTION

seis is a incomplete perl6 interpreter.

MODES

-e
    % seis -e 'say 4'

Evluate the code from the command line option.

Read from file
    % seis foo.pl

seis reads the file and evaluate it.

REPL
    % seis

If you runs seis without arguments, seis enter the REPL mode.

SEE ALSO

Seis