1REPLY(1)              User Contributed Perl Documentation             REPLY(1)
2
3
4

NAME

6       reply - read, eval, print, loop, yay!
7

VERSION

9       version 0.42
10

SYNOPSIS

12         reply [-lb] [-I dir] [-M mod] [--version] [--help] [--cfg file]
13

DESCRIPTION

15       This script runs the Reply shell. It looks for a configuration file in
16       ".replyrc" in your home directory, and will generate a basic
17       configuration for you if that file does not exist.
18
19       See the Reply documentation for more information about using and
20       configuring this program.
21

OPTIONS

23       reply takes these command line options:
24
25       -I lib
26           Adds the given directory to @INC.
27
28       -l  Equivalent to "-I lib".
29
30       -b  Equivalent to "-I blib/lib -I blib/arch".
31
32       -M Carp::Always
33           Loads the specified module before starting the repl. It is loaded
34           within the repl, so things like exporting work properly.
35
36       --cfg ~/.replyrc
37           Specifies a different configuration file to use. "~/.replyrc" is
38           the default.
39
40       --version
41           Displays the program version.
42
43       --help
44           Displays usage information.
45

AUTHOR

47       Jesse Luehrs <doy@tozt.net>
48
50       This software is Copyright (c) 2016 by Jesse Luehrs.
51
52       This is free software, licensed under:
53
54         The MIT (X11) License
55
56
57
58perl v5.34.0                      2022-01-21                          REPLY(1)
Impressum