Skip to main content
Version: DocBook V4.5

varname

varname — The name of a variable

Synopsis

Mixed Content Model

varname ::=
(#PCDATA|replaceable|inlinegraphic|inlinemediaobject|indexterm|
beginpage)*

Attributes

Common attributes

Examples

<!DOCTYPE para PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd">
<para>
In Perl, <varname>@ARGV</varname> contains the command line parameters
used when the script was run.
</para>

In Perl, @ARGV contains the command line parameters used when the script was run.

For additional examples, see also literal.