| Author |
complete manual and reference
|
|
| nobody 2005-09-25, 6:58 pm |
|
where can i get a complete manual and a complete reference for understanding
perl language?
electronics documentation are wellcome as paper publishing
thanks in advance,
--
no sign
| |
| A. Sinan Unur 2005-09-25, 6:58 pm |
| nobody <nomail@nomail.com> wrote in
news:TgzZe.17559$pJ6.1185339@news4.tin.it:
> where can i get a complete manual and a complete reference for
> understanding perl language?
perldoc -q Perl
perldoc perldoc
perldoc perltoc
http://learn.perl.org/
Sinan
--
A. Sinan Unur <1usa@llenroc.ude.invalid>
(reverse each component and remove .invalid for email address)
comp.lang.perl.misc guidelines on the WWW:
http://mail.augustmail.com/~tadmc/c...guidelines.html
| |
| Tad McClellan 2005-09-25, 6:58 pm |
| nobody <nomail@nomail.com> wrote:
>
> where can i get a complete manual and a complete reference for understanding
> perl language?
( I don't know what the distinction between "manual" and "reference" is. )
The documentation for Perl is part of the perl distribution.
If you install perl, you will have installed the docs too.
You can access them using the "perldoc" utility, which is also
part of a normal perl install.
--
Tad McClellan SGML consulting
tadmc@augustmail.com Perl programming
Fort Worth, Texas
| |
| Joe Smith 2005-09-26, 3:56 am |
| nobody wrote:
> where can i get a complete manual and a complete reference for understanding
> perl language?
Start -> Programs -> ActivePerl -> Documentation
has the same info as
http://aspn.activestate.com/ASPN/Perl/Reference/
In other words, install perl on your computer and you will have
the documentation on your hard drive.
-Joe
|
|
|
|