hledání



tagy



jazyky

perl 11
php 20
text 5
xml 1
bash 1
javascript 1
snippet generovani grafu »

air.kadlec@seznam.cz

Poslední snippety

Automatic DBI column hash association

  1. my $sth = $self->dbh->prepare( qq{ SHOW TABLE STATUS WHERE name = "$table" } )
  2. or die "Can't prepare SQL statement: $DBI::errstrn";
  3.  
  4. $sth->execute()
  5. or die "Can't execute SQL statement: $DBI::errstrn";
Tagy:
perl 11 řádků | 2008-02-04 21:01:16 | air.kadlec@seznam.cz