perl (4)
DBI - Man Page
Submitted by btilma on Thu, 01/01/2009 - 12:58.
Section: User Contributed Perl Documentation (3pm)
Updated: 2008-06-16
Index
Updated: 2008-06-16
Index
NAME
DBI - Database independent interface for PerlSYNOPSIS
use DBI; @driver_names = DBI->available_drivers; %drivers = DBI->installed_drivers; @data_sources = DBI->data_sources($driver_name, \%attr); $dbh = DBI->connect($data_source, $username, $auth, \%attr); $rv = $dbh->do($statement); $rv = $dbh->do($statement, \%attr); $rv = $dbh->do(
- Read more
- 46 reads
PERLRE - Man Page
Submitted by btilma on Tue, 12/30/2008 - 01:25.
Section: Perl Programmers Reference Guide (1)
Updated: 2007-12-18
Index
Updated: 2007-12-18
Index
NAME
perlre - Perl regular expressionsDESCRIPTION
This page describes the syntax of regular expressions in Perl.If you haven't used regular expressions before, a quick-start introduction is available in perlrequick, and a longer tutorial introduction is available in perlretut.
For reference on how regular expressions are used in matching operations, plus various examples of the same, se
- Read more
- 44 reads
PERLFUNC - Man Page
Submitted by btilma on Tue, 12/30/2008 - 00:14.
Section: Perl Programmers Reference Guide (1)
Updated: 2008-12-23
Index
Updated: 2008-12-23
Index
NAME
perlfunc - Perl builtin functionsDESCRIPTION
The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma.- Read more
- 48 reads
PERL - Man Page
Submitted by btilma on Tue, 12/30/2008 - 00:10.
Section: Perl Programmers Reference Guide (1)
Updated: 2008-12-23
Index
[ -hv ] [ -V[:configvar] ]
[ -cw ] [ -d[t][:debugger] ] [ -D[number/list] ]
[ -pna ] [ -Fpattern ] [ -l[octal] ] [ -0[octal/hexadecimal] ]
[ -Idir ] [ -m[-]module ] [ -M[-]'module...' ] [ -f ]
[ -C [number/list] ]
[ -P ]
[ -S ]
[ -x[dir] ]
[ -i[extension] ]
[ -e 'command' ] [ -- ] [ programfile ] [ argument ]...
Updated: 2008-12-23
Index
NAME
perl - Practical Extraction and Report LanguageSYNOPSIS
perl [ -sTtuUWX ][ -hv ] [ -V[:configvar] ]
[ -cw ] [ -d[t][:debugger] ] [ -D[number/list] ]
[ -pna ] [ -Fpattern ] [ -l[octal] ] [ -0[octal/hexadecimal] ]
[ -Idir ] [ -m[-]module ] [ -M[-]'module...' ] [ -f ]
[ -C [number/list] ]
[ -P ]
[ -S ]
[ -x[dir] ]
[ -i[extension] ]
[ -e 'command' ] [ -- ] [ programfile ] [ argument ]...
- Read more
- 48 reads


