*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 perlcall(1) -- Perl calling conventions from C
    The purpose of this document is to show you how to call Perl subroutines directly from C, i.e., how to write call- backs. Apart from discussing the C interface provided by Perl for writing callbacks t...
 perlcc(1) -- generate executables from Perl programs
    perlcc creates standalone executables from Perl programs, using the code generators provided by the B module. At present, you may either create executable Perl bytecode, using the "-B" option, or ge...
 perlcheat(1) -- Perl 5 Cheat Sheet
    This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 194 features may already be overwhelming. The sheet    [Toc]    [Back] CONTEXTS SIGILS...
 perlclib(1) -- Internal replacements for standard C library functions
    One thing Perl porters should note is that perl doesn't tend to use that much of the C standard library internally; you'll see very little use of, for example, the ctype.h functions in there. This i...
 perlcn(1) -- 1/4oIaODIA Perl O,AI
    >>9|O-A'u1/2 Perl uAIiuO! 'O 5.8.0 oaecaE1/4, Perl 3/4B+-,AEIeEAEuA Unicode (I3O>>Ae) OSO(R), O2A~'oOSO(R)AEDi9|aA-9|iOiIuOOIauA+-aAe.1/2E1/2; CJK (ODEOo<<) +-aECAEaODuAO>>2c.Y. Unicode EC1u1/4EDOu...
 perlcompile(1) -- Introduction to the Perl Compiler-Translator
    Perl has always had a compiler: your source is compiled into an internal form (a parse tree) which is then optimized before being run. Since version 5.005, Perl has shipped with a module capable of in...
 perldata(1) -- Perl data types
    Variable names Perl has three built-in data types: scalars, arrays of scalars, and associative arrays of scalars, known as "hashes". A scalar is a single string (of any size, limited only by the ava...
 perldbmfilter(1) -- Perl DBM Filters
    The four "filter_*" methods shown above are available in all the DBM modules that ship with Perl, namely DB_File, GDBM_File, NDBM_File, ODBM_File and SDBM_File. Each of the methods work identically,...
 perldebguts(1) -- Guts of Perl debugging
    This is not the perldebug(1) manpage, which tells you how to use the debugger. This manpage describes low-level details concerning the debugger's internals, which range from difficult to impossible t...
 perldebtut(1) -- Perl debugging tutorial
    A (very) lightweight introduction in the use of the perl debugger, and a pointer to existing, deeper sources of information on the subject of debugging perl programs. There's an extraordinary number ...
 perldebug(1) -- Perl debugging
    First of all, have you tried using the -w switch? If you're new to the Perl debugger, you may prefer to read perldebtut, which is a tutorial introduction to the debugger .
 perldiag(1) -- various Perl diagnostics
    These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (optional). (S) A severe warning (default). (F) A fatal error (trappab...
 perldoc(1) -- Look up Perl documentation in Pod format.
    perldoc looks up a piece of documentation in .pod format that is embedded in the perl installation tree or in a perl script, and displays it via "pod2man | nroff -man | $PAGER". (In addition, if run...
 perldsc(1) -- Perl Data Structures Cookbook
    The single feature most sorely lacking in the Perl programming language prior to its 5.0 release was complex data structures. Even without direct language support, some valiant programmers did manage ...
 perlembed(1) -- how to embed perl in your C program
    PREAMBLE Do you want to: Use C from Perl? Read perlxstut, perlxs, h2xs, perlguts, and perlapi. Use a Unix program from Perl? Read about back-quotes and about "system" and "exec" in perlfunc. Use P...
<<  [Prev]  1  2  3  4  5  6  7  8  9  10  11  12  13  14  15  16  17  18  19  20  21  
22  23  24  25  26  27  28  29  30  31  32  33  34  35  36  37  [Next]  >>
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service