Christian-Asche.com

Der Blog des Webentwicklers

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Impressum
  • Was ist das hier?

Category Archives: Perl

Alle installierte Perlmodule in der Shell anzeigen lassen

Posted on 19. April 2006 by Christian Asche
Reply

perl -MExtUtils::Installed -le ‘for(ExtUtils::Installed->new()->modules()){print}’

Posted in Linux, Perl, Snipped | Leave a reply

Timelocal in Perl

Posted on 5. April 2006 by Christian Asche
Reply

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

Posted in Perl | Leave a reply

Zend Technologies – PHP 5 In Depth – Using Perl code from PHP

Posted on 29. March 2006 by Christian Asche
Reply

Dmitry Stogov beschreibt in diesem Zend Artikel wie man Perl Code / den Perl Interpreter in einem PHP Skript nutzen kann. Da frage ich mich ob CPAN eine Alternative zu PEAR darstellt? ;)

Posted in Perl, PHP | Leave a reply

Recent Posts

  • Profiling von PHP Applikationen mit XHProf unter Ubuntu
  • …
  • Beauty Retusche
  • Variablen in der Shell (bash)
  • Apache und PHP unter Windows und Linux

 

May 2012
M T W T F S S
« Apr    
 123456
78910111213
14151617181920
21222324252627
28293031  

Categories

  • Allgemein
  • Beauty
  • CSS
  • Das Leben
  • Firefox
  • htaccess
  • icons
  • IE
  • IT Business
  • Javascript
  • Links
  • Linux
  • mSQL
  • mySQL
  • Oracle
  • Outlook
  • Perl
  • Photoshop
  • PHP
  • PHPUGFFM
  • PostgreSQL
  • provider
  • Snipped
  • subversion
  • tortoisesvn
  • Tutorials
  • Windows
  • XHTML
  • XML
Proudly powered by WordPress