perl (4)

DBI - Man Page

Section: User Contributed Perl Documentation (3pm)
Updated: 2008-06-16
Index  

NAME

DBI - Database independent interface for Perl  

SYNOPSIS

  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(

PERLRE - Man Page

Section: Perl Programmers Reference Guide (1)
Updated: 2007-12-18
Index  

NAME

perlre - Perl regular expressions  

DESCRIPTION

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

PERLFUNC - Man Page

Section: Perl Programmers Reference Guide (1)
Updated: 2008-12-23
Index  

NAME

perlfunc - Perl builtin functions  

DESCRIPTION

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.

PERL - Man Page

Section: Perl Programmers Reference Guide (1)
Updated: 2008-12-23
Index  

NAME

perl - Practical Extraction and Report Language  

SYNOPSIS

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 ]...
 

Syndicate content
Search Engine Optimization