bloginfo('name');

bloginfo('description');

PHP, Ruby, Perl

November 16th, 2006 by Blu:RayNe

PHP:
file_put_contents(’pidfile’, getmypid());

Ruby:
File.open(’pidfile’, ‘w+’){ |fh| fh.puts Process.pid }

Perl:
print { open my $out, ">", "pidfile"; $out or die } $, "\n";

 
Perl ist wegen seiner Punktation teilweise echt zum verzweifeln. Da kann es auch gerne schon 10 Jahre existieren.

Hier gibt es jedenfalls Hilfe zur Punktution abseits von Raum und Zeit oder kurz: PERL.

Filed under Allgemein having

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.