Приглашаем посетить
Герцен (gertsen.lit-info.ru)

index_L

Previous Table of Contents  


Index


[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]

L (examine breakpoint)
     debugger command
l (list)
     debugger command
labels
    loops
         labeling 2nd 3rd
last statement
     Example of the last Statement (Listing 3.3)
    loops
         exiting 2nd
     with label
Last-Modified directive (HTTP)
launching
     CGI programs 2nd
lc operator
le (string less than or equal)
length operator
lexical variables 2nd
lexically scoped variables
licenses
     Perl interpreter
         GNU General Public License 2nd 3rd
         Perl Artistic License 2nd 3rd
line of input
links
    cookies
         tracking user activity 2nd
listings
     A Race Using the Car Class (18.5) 2nd 3rd 4th
     A Small Number Guessing Game (3.1) 2nd
    Car class (OOP)
         First Part of the Class (18.1) 2nd 3rd
         Methods in the Car Class (18.3) 2nd
         Property Methods in the Class (18.2) 2nd
         Remainder of the Car Class (18.4) 2nd
    CGI programs
         writing
     Complete Listing for mygrep (10.1) 2nd 3rd
     Complete Listing for Renamer (10.3) 2nd 3rd
     Complete Source for Primes (3.4) 2nd 3rd
     computing intersection of arrays
     Convert CSV to a Native Excel Spreadsheet (20.6) 2nd 3rd
    cookies
         Complete Listing for ColorChanger (24.2) 2nd 3rd
    customer database
         code
         output
         sample data
    DBM memo pad
         code
         output
     debugger exercise
    directory
         globbing 2nd 3rd 4th
     Even More Convoluted XML Parse in Regular Expressions (19.8) 2nd 3rd
     Example of the last Statement (3.3)
     factorial
     file I/O with locking
     File Information Module (17.7) 2nd 3rd
    File::Find
         finding file
         removing temporary files
     FileInfo Module, as a Class (18.6) 2nd 3rd 4th
    formatted printing
         code
         output
     general-purpose locking functions
    Hangman
         output
         program
    hashes
         computing difference between arrays
         finding unique elements with
    HTML
         form processing 2nd 3rd 4th
         forms
    Maze example
         code
         output
    modules
         Program to Use Statistics Module (Listing 17.2) 2nd
         Statistics Module (Listing 17.1) 2nd
    multipage forms
         survey example 2nd 3rd 4th 5th 6th 7th 8th 9th 10th
     Output for mygrep (10.2)
     Reading an Excel Spreadsheet (20.7) 2nd 3rd
     Reading the XML File, Almost (19.5) 2nd
     Redirection Based on Browser (24.1) 2nd 3rd
     reversing file
     Reworking of Listing 17.9 with a Class (18.7) 2nd
     Sample Output from Moon (6.1) 2nd
     sample Perl program
     Sample Usage of the File Information Module (17.8) 2nd 3rd
     Sample Using XML++Simple to Parse Your Album Document (19.9) 2nd 3rd
     Sample while Loop (3.2) 2nd
    scoping
         Small Program Using Package and Lexical Variables (17.4) 2nd
         Small Scoping Example (17.3) 2nd
    statistics example
         code
         output
     Statistics Program with Function Name Export (17.6) 2nd 3rd 4th 5th
     Still Flawed XML Reading (19.6) 2nd
     The Album XML Document, re-arranged (19.7) 2nd
     The out Statement (17.5) 2nd
    Totaler
         code
     Using Multiple FileInfo Objects at Once (18.8) 2nd 3rd 4th
    weather station application
         Fetching the Weather (20.3) 2nd
         Finding the Nearest Airport (20.2) 2nd 3rd
         Retrieving the ZIP Information (20.1) 2nd
         Setting Up the PDF Document (20.4) 2nd 3rd 4th 5th 6th 7th
    WidgetCo Bike Parts Company
         Add Descriptions to Parts (19.4) 2nd 3rd
         Bulk Order Sample Document (19.10) 2nd
         Email Reader (19.1) 2nd 3rd 4th
         Order Printer (19.2) 2nd
         Reading Orders in Bulk Using XML (19.11) 2nd 3rd
         Using the Bulk Order Function (19.12)
         Vendor Parts List (19.3) 2nd 3rd
     Your Moon Weight (6.2) 2nd 3rd
lists
     array variables
         assignments
         converting between scalars and
         elements
         extracting elements
         finding the end 2nd
         iterating over
         manipulating
         reordering
         size 2nd
         slices
     constructing
         qw operator
         range operator
     hashes as
     implementing stacks
         push and pop
         shift and unshift
     lists
     splicing arrays
literals
     numeric
         decimal
         underscores
     string
local operator
local variables
     contrast with private variables
locale module
localtime function
     translating time stamps 2nd
locking
     advisory
     databases
     exclusive locks
    general-purpose functions
         code listing
     mandatory
     race condition
     reading and writing files
         code listing
     semaphore files
     shared locks
     Windows 95/98
logic errors
     troubleshooting
logical operators
     if statement 2nd 3rd 4th 5th
     short-circuiting
loops
     Example of the last Statement (Listing 3.3)
     exiting (last statement) 2nd
    exiting with last
         with label
     for 2nd 3rd
     foreach
     labeling 2nd 3rd
     passing (next statement)
     Sample while Loop (Listing 3.2) 2nd
     skipping body with next
     while 2nd
lt (string less than)
LWP++* module (CPAN)

Previous Table of Contents