18.234.232.228 |    

Navigation

Google Advertisement

All snippets of the tag environment

1-2 of 2 Entries

env.php
(PHP)
Created by Marko Schulz at 2009-01-03 02:37:24
#!/usr/bin/php <?php foreach ( $_SERVER as $keys => $value ) echo $keys." = ".$value."\n"; ?>

env.pl
(Perl)
Created by Marko Schulz at 2009-01-03 02:25:28
#!/usr/bin/perl print $_." => ".$ENV{$_}."\n" foreach ( sort ( keys %ENV ) );

1-2 of 2 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 3 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)