Book Home

Search | Symbols | 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

Index: S

\S (nonwhitespace) character class : 4.6.4. Character Classes
\s (whitespace) character class : 4.6.4. Character Classes
s command (Perl debugger) : Chapter 6, Reference: s
S command (Perl debugger) : Chapter 6, Reference: S
-S file test operator : 4.5.8. File Test Operators
-s file test operator : 4.5.8. File Test Operators
S<> interior sequence (pod) : 4.11.2. Interior sequences
-s option (dprofpp) : 6.5. The Perl Profiler
-s option (perlbug) : 6.6. The perlbug Program
-S option (perlbug) : 6.6. The perlbug Program
s pattern match modifier
4.6.1. Pattern-Matching Operators
4.6.8. Extended Regular Expressions
-S option (perl) : 3.2. Command-Line Options
-s option (perl) : 3.2. Command-Line Options
s/// (substitution) operator
4.6. Regular Expressions
4.6.1. Pattern-Matching Operators
Safe module : 8.125. Safe
-sav option (perlcc) : 3.4. The Perl Compiler
Save()
Win32::Registry module : Chapter 19, Reference: Save
Win32::Shortcut module : Chapter 19, Reference: Save
save()
CGI.pm module : Chapter 10, Reference: save
HTTP::Cookies module : Chapter 17, Reference: save
News::Newsrc module : Chapter 15, Reference: save
save_as() (News::Newsrc) : Chapter 15, Reference: save_as
scalar()
Chapter 5, Reference: scalar
4.2.5. Scalar and List Contexts
scalar context : 4.2.5. Scalar and List Contexts
scalar prototype symbol ($) : 4.7.5. Prototypes
scalars : 4.2. Data Types and Variables
arrays of : (see arrays)
functions for manipulating : 5.1. Perl Functions by Category
lists of : (see lists)
references : (see references)
scale() (Canvas) : 18.12.3. Canvas Methods
Scale widget (Perl/Tk) : 18.13. The Scale Widget
scan()
HTTP::Cookies module : Chapter 17, Reference: scan
HTTP::Headers module : Chapter 17, Reference: scan
scheme() (URI::URL) : Chapter 17, Reference: scheme
scope, variable
4.2.6. Declarations and Scope
4.7.4. Private and Local Variables
functions for : 5.1. Perl Functions by Category
-screen option (toplevel) : 18.18. The Toplevel Widget
script object (PerlScript) : 20.1. Client-Side PerlScript
<SCRIPT> tags : 20.1. Client-Side PerlScript
script_name() (CGI.pm) : Chapter 10, Reference: script_name
SCRIPT_NAME environment variable : 9.4. CGI Environment Variables
scripts, Perl
checking syntax without running : 3.2. Command-Line Options
debugging : (see debugging)
examples, obtaining : 2.3.1.1. Perl examples
Scroll() (Win32::Console) : Chapter 19, Reference: Scroll
Scrollbar widget (Perl/Tk)
18.1.2.2. The Scrollbar widget
18.9. The Scrollbar Widget
scrollbars, widget (Perl/Tk) : 18.1.2. Scrollbars
Scrolled() (Perl/Tk) : 18.1.2.1. Using the Scrolled method
scrolling_list() (CGI.pm) : Chapter 10, Reference: scrolling_list
-scrollregion option (Canvas) : 18.12. The Canvas Widget
SDBM_File module : 8.126. SDBM_File
search() (Text widget) : 18.11.2. Text Methods
Search::Dict module : 8.127. Search::Dict
searching for scripts with PATH : 3.2. Command-Line Options
secure property (response cookies) : 20.2.2.1. Setting cookies
see()
Listbox widget : 18.10.2. Listbox Methods
Text widget : 18.11.2. Text Methods
seek() : Chapter 5, Reference: seek
seekdir() : Chapter 5, Reference: seekdir
sel.first, sel.last indexes
Entry widget : 18.8.1. Text Indexes
Text widget : 18.11.1. Text Indexes and Modifiers
select() : Chapter 5, Reference: select
Checkbutton widget : 18.5.1. Checkbutton Methods
Mail::Folder module : Chapter 14, Reference: select
Radiobutton widget : 18.6.1. Radiobutton Methods
Select() (Win32::Console) : Chapter 19, Reference: Select
select_label() (Mail::Folder) : Chapter 14, Reference: select_label
-selectbackground option (widgets) : 18.3. Common Widget Configuration Options
-selectborderwidth option (widgets) : 18.3. Common Widget Configuration Options
-selectcolor option
Checkbutton widget : 18.5. The Checkbutton Widget
Menu widget : 18.15. The Menu Widget
Menubutton widget : 18.14.1. Menu Item Options
Radiobutton widget : 18.6. The Radiobutton Widget
-selectforeground option (widgets) : 18.3. Common Widget Configuration Options
-selectimage option
Checkbutton widget : 18.5. The Checkbutton Widget
Menubutton widget : 18.14.1. Menu Item Options
Radiobutton widget : 18.6. The Radiobutton Widget
selection()
Entry widget : 18.8.2. Entry Methods
Listbox widget : 18.10.2. Listbox Methods
-selectmode option (Listbox) : 18.10. The Listbox Widget
SelectSaver module : 8.128. SelectSaver
self_url() (CGI.pm) : Chapter 10, Reference: self_url
SelfLoader module : 8.129. SelfLoader
semaphores, implementing : 19.14. Win32::Semaphore
semctl() : Chapter 5, Reference: semctl
semget() : Chapter 5, Reference: semget
semicolon (;)
ending Perl statements : 4.1. Program Structure
in prototype declarations : 4.7.5. Prototypes
semop() : Chapter 5, Reference: semop
send() : Chapter 5, Reference: send
send() (Socket) : 13.1. Built-in Socket Functions
send_basic_header() (HTTP::Daemon::ClientConn) : Chapter 17, Reference: send_basic_header
send_error() (HTTP::Daemon::ClientConn) : Chapter 17, Reference: send_error
send_file() (HTTP::Daemon::ClientConn) : Chapter 17, Reference: send_file_response
send_redirect() (HTTP::Daemon::ClientConn) : Chapter 17, Reference: send_redirect
send_response() (HTTP::Daemon::ClientConn) : Chapter 17, Reference: send_response
send_status_line() (HTTP::Daemon::ClientConn) : Chapter 17, Reference: send_status_line
sending email messages : 14.1.1. Send Email with Net::SMTP
SendRequest() (Win32::Internet) : Chapter 19, Reference: SendRequest
separator() (Menubutton) : 18.14.2. Menubutton Methods
Server object (PerlScript) : 20.2. Server-Side PerlScript
server-side includes (SSI), mod_perl with : 11.5. Server-Side Includes with mod_perl
server-side PerlScript
20. PerlScript
20.2. Server-Side PerlScript
server-side socket connections
13.1.3. Server Connections
13.2.2. Server-Side Sockets
SERVER_NAME variable : 9.4. CGI Environment Variables
SERVER_PORT variable : 9.4. CGI Environment Variables
SERVER_PROTOCOL variable : 9.4. CGI Environment Variables
SERVER_SOFTWARE variable : 9.4. CGI Environment Variables
ServerVariables collection : 20.2.1. The Request Object
service control interface : 19.15. Win32::Service
Session object (PerlScript) : 20.2. Server-Side PerlScript
Set()
Win32::FileSecurity module : Chapter 19, Reference: Set
Win32::Shortcut module : Chapter 19, Reference: Set
set()
Mail::Send module
Chapter 14, Reference: set
14.2.2. Better Header Control with Mail::Send
Scale widget : 18.13.1. Scale Methods
Scrollbar widget : 18.9.1. Scrollbar Methods
Set-Cookie header
17.3.6. HTTP::Cookies
20.2.2.1. Setting cookies
Set-Cookie2 header : 17.3.6. HTTP::Cookies
set_cookie() (HTTP::Cookies) : Chapter 17, Reference: set_cookie
set_option() (Mail::Folder) : Chapter 14, Reference: set_option
set_readonly() (Mail::Folder) : Chapter 14, Reference: set_readonly
SetAttributes() (Win32::File) : 19.5. Win32::File
setgrent() : Chapter 5, Reference: setgrent
-setgrid option
Listbox widget : 18.10. The Listbox Widget
Text widget : 18.11. The Text Widget
SetHandler directive (mod_perl) : 11.3. mod_perl Handlers
sethostent() : Chapter 5, Reference: sethostent
setnetent() : Chapter 5, Reference: setnetent
SetOption() (Win32::Internet) : Chapter 19, Reference: SetOption
setpgrp() : Chapter 5, Reference: setpgrp
setpriority() : Chapter 5, Reference: setpriority
SetPriorityClass() (Win32::Process) : Chapter 19, Reference: SetPriorityClass
setprotoent() : Chapter 5, Reference: setprotoent
setpwent() : Chapter 5, Reference: setpwent
setservent() : Chapter 5, Reference: setservent
setsockopt() : Chapter 5, Reference: setsockopt
SetStatusCallback() (Win32::Internet) : Chapter 19, Reference: SetStatusCallback
SetValue() (Win32::Registry) : Chapter 19, Reference: SetValue
SetValueEx() (Win32::Registry) : Chapter 19, Reference: SetValueEx
share_info hash : 19.11. Win32::NetResource
shared resources, managing : 19.11. Win32::NetResource
Shell module : 8.130. Shell
shift() : Chapter 5, Reference: shift
shmctl() : Chapter 5, Reference: shmctl
shmget() : Chapter 5, Reference: shmget
shmread() : Chapter 5, Reference: shmread
shmwrite() : Chapter 5, Reference: shmwrite
shortcut files : 19.16. Win32::Shortcut
-show option (Entry) : 18.8. The Entry Widget
Showlex backend (Perl compiler) : 3.4. The Perl Compiler
-showvalue option (Scale) : 18.13. The Scale Widget
shutdown() : Chapter 5, Reference: shutdown
Socket module : 13.1. Built-in Socket Functions
-side option (pack geometry manager) : 18.2.1. The pack Geometry Manager
%SIG hash : 4.4.2. Global Special Arrays and Hashes
sigtrap module : 8.131. sigtrap
Simple Mail Transport Protocol (SMTP) : 14.1.1. Send Email with Net::SMTP
sin() : Chapter 5, Reference: sin
Size()
Mail::POP3Client module : Chapter 14, Reference: Size
Win32::Console module : Chapter 19, Reference: Size
size()
Listbox widget : 18.10.2. Listbox Methods
Net::FTP module : Chapter 16, Reference: size
sizefrom() (Frame widget) : 18.18.1. Toplevel Methods
Skip() (Win32::OLE::Enum) : Chapter 19, Reference: Skip
slash (/)
division operator : 4.5.3. Arithmetic Operators
encoding in URLs : 9.2. URL Encoding
/= (assignment) operator : 4.5.6. Assignment Operators
/.../ pattern match operator : 4.6. Regular Expressions
/.../ Perl debugger command : Chapter 6, Reference: /pattern/
slave() (Net::NNTP) : Chapter 15, Reference: slave
sleep() : Chapter 5, Reference: sleep
slider (Scale) widget : 18.13. The Scale Widget
-sliderlength option (Scale) : 18.13. The Scale Widget
SMTP protocol, interface to : 14.1.1. Send Email with Net::SMTP
smtpsend() (Mail::Internet) : Chapter 14, Reference: smtpsend
sockaddr() (IO::Socket::INET) : Chapter 13, Reference: sockaddr
sockaddr_in() (Socket)
Chapter 13, Reference: sockaddr_in
13.1.2. Client Connections
13.1.3. Server Connections
sockaddr_un() (Socket) : Chapter 13, Reference: sockaddr_un
sockdomain() (IO::Socket) : Chapter 13, Reference: sockdomain
socket() : Chapter 5, Reference: socket
Socket module : 13.1. Built-in Socket Functions
Socket() (Mail::POP3Client) : Chapter 14, Reference: Socket
Socket module : 8.132. Socket
socket() (Socket) : 13.1.1. Initializing a Socket
socketpair() : Chapter 5, Reference: socketpair
sockets : 13. Sockets
built-in functions for : 13.1. Built-in Socket Functions
client-side connections
13.1.2. Client Connections
13.2.1. Client-Side Sockets
initializing : 13.1.1. Initializing a Socket
IO::Socket module : 13.2. The IO::Socket Module
IO::Socket::INET subclass : 13.2.4. IO::Socket::INET Reference
IO::Socket::UNIX subclass : 13.2.5. IO::Socket::UNIX Reference
low-level access functions : 5.1. Perl Functions by Category
server-side connections
13.1.3. Server Connections
13.2.2. Server-Side Sockets
Socket module functions : 13.1.4. Socket Module Functions
sockhost() (IO::Socket::INET) : Chapter 13, Reference: sockhost
sockopt() (IO::Socket) : Chapter 13, Reference: sockopt
sockport() (IO::Socket::INET) : Chapter 13, Reference: sockport
socktype() (IO::Socket) : Chapter 13, Reference: socktype
sort() : Chapter 5, Reference: sort
Mail::Folder module : Chapter 14, Reference: sort
source code for Perl, obtaining : 2. Installing Perl
-spacing1, -spacing2, -spacing3 options (Text) : 18.11. The Text Widget
splice() : Chapter 5, Reference: splice
split() : Chapter 5, Reference: split
sprintf() : Chapter 5, Reference: sprintf
SQL statement placeholders : 12.2.4. Placeholders database and statement handles
sqrt() : Chapter 5, Reference: sqrt
srand() : Chapter 5, Reference: srand
SSI (server-side includes), mod_perl with : 11.5. Server-Side Includes with mod_perl
:ssl method group : 10.2. Importing Method Groups
:standard method group : 10.2. Importing Method Groups
standard modules, list of : 8. Standard Modules
start_html() (CGI.pm)
Chapter 10, Reference: start_html
10.5. Using JavaScript Features
start_multipart_form() (CGI.pm) : Chapter 10, Reference: start_multipart_form
startform() (CGI.pm) : Chapter 10, Reference: startform
StartService() (Win32::Service) : Chapter 19, Reference: StartService
starttag() (HTML::Parser) : Chapter 17, Reference: starttag
stat() : Chapter 5, Reference: stat
state()
DBI module : Chapter 12, Reference: state
Frame widget : 18.18.1. Toplevel Methods
State() (Mail::POP3Client) : Chapter 14, Reference: State
-state option (widgets) : 18.3. Common Widget Configuration Options
state, maintaining (CGI) : 10.3. Maintaining State
statement handles (DBI methods) : 12.2.3. Database Handles and Statement Handles
statements : 4.3. Statements
Status property (Response object) : 20.2.2.2. Response properties
STDERR filehandle
4.4.3. Global Special Filehandles
4.9. Filehandles
STDIN filehandle
4.4.3. Global Special Filehandles
4.9. Filehandles
STDOUT filehandle
4.4.3. Global Special Filehandles
4.9. Filehandles
-sticky option (grid manager) : 18.2.2. The grid Geometry Manager
StopService() (Win32::Service) : Chapter 19, Reference: StopService
stor() (Net::FTP) : Chapter 16, Reference: stor
stou() (Net::FTP) : Chapter 16, Reference: stou
str2time() (HTTP::Date) : Chapter 17, Reference: str2time
strict() (URI::URL) : Chapter 17, Reference: strict
strict module : 8.133. strict
string literals : 4.2.2. String Interpolation
\A anchor (string beginning) : 4.6.5. Anchors
character classes : 4.6.4. Character Classes
comparing : 4.5.4.1. Relational operators
double-quoted string literals : 4.2.2. String Interpolation
operators for : 4.5.11.4. String operator
\z anchor (string end) : 4.6.5. Anchors
\Z anchor (string/line end) : 4.6.5. Anchors
string repetition (x) operator : 4.5.11.4. String operator
strings, alternate schemes for quoting : 4.2.2. String Interpolation
structure of Perl programs : 4.1. Program Structure
study() : Chapter 5, Reference: study
sub() : Chapter 5, Reference: sub
sub statement : 4.7. Subroutines
sub_groups() (News::Newsrc) : Chapter 15, Reference: sub_groups
subject() (Mail::Send) : Chapter 14, Reference: subject
submit() (CGI.pm) : Chapter 10, Reference: submit
subroutines : 4.7. Subroutines
constructors : (see constructors)
subs module : 8.134. subs
subscribe() (News::Newsrc) : Chapter 15, Reference: subscribe
subscribed() (News::Newsrc) : Chapter 15, Reference: subscribed
$SUBSCRIPT_SEPARATOR ($;) variable : 4.4.1. Global Special Variables
subscriptions() (Net::NNTP) : Chapter 15, Reference: subscriptions
$SUBSEP ($;) variable : 4.4.1. Global Special Variables
substitution (s///) operator
4.6. Regular Expressions
4.6.1. Pattern-Matching Operators
substr() : Chapter 5, Reference: substr
success code (NNTP) : 15.1. The NNTP Protocol
supported() (Net::FTP) : Chapter 16, Reference: supported
Suspend() (Win32::Process) : Chapter 19, Reference: Suspend
switches
command-line options : 3.2. Command-Line Options
sybperl package : 12.2. Design of DBI
Symbol module : 8.135. Symbol
symbol tables : 7.1. Namespaces and Packages
symlink() : Chapter 5, Reference: symlink
sync() (Mail::Folder) : Chapter 14, Reference: sync
Sys::Hostname module : 8.136. Sys::Hostname
Sys::Syslog module : 8.137. Sys::Syslog
syscall() : Chapter 5, Reference: syscall
sysopen() : Chapter 5, Reference: sysopen
sysread() : Chapter 5, Reference: sysread
sysseek() : Chapter 5, Reference: sysseek
System V interprocess communication functions : 5.1. Perl Functions by Category
system() : Chapter 5, Reference: system
$SYSTEM_FD_MAX ($^F) variable : 4.4.1. Global Special Variables
syswrite() : Chapter 5, Reference: syswrite


Search | Symbols | 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

Copyright © 1999 O'Reilly & Associates, Inc. All Rights Reserved.

This HTML Help has been published using the chm2web software.