diff options
Diffstat (limited to 'doc/en/autogen/perl_commands.xml')
-rw-r--r-- | doc/en/autogen/perl_commands.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/en/autogen/perl_commands.xml b/doc/en/autogen/perl_commands.xml new file mode 100644 index 000000000..8ad606570 --- /dev/null +++ b/doc/en/autogen/perl_commands.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- + ********* WARNING! ********* + + This file is autogenerated with docgen.pl script. *** DO NOT EDIT! *** + docgen.pl builds XML doc files to include in many languages +--> + +<command>perl [list [name]] | [listfull [name]] [load filename] | [autoload] | [reload] | [unload [name]]</command> +<programlisting> +list/load/unload scripts + +filename: script (file) to load +name: a script name + +Without argument, this command lists all loaded scripts. +</programlisting> |