Archive for April 5th, 2006

05
Apr

Timelocal in Perl

Perl und ich habe eine ganz *besondere* Beziehung ;^)

use Time::Local;
$time = timelocal($sec,$min,$hours,$mday,$mon,$year);
$time = timegm($sec,$min,$hours,$mday,$mon,$year);
# $mon geht von 0 - 11

05
Apr

CSS Objektorientiert

Einen sehr interessanten Ansatz für “Variablen in CSS” bietet CSS Colors: Take Control Using PHP.
/* Use the base color, two shades darker */
background:#bg[’-2′] ?>