38.107.191.110 |    

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 5 users online.

Tags Cloud

Latest snippets
urlencode
(Perl::Function)
gethostbyaddr
(Perl::Function)
create_function
(JavaScript::Snippets)
function_exists
(JavaScript::Snippets)
listing
(PHP::Function)
runPhpCode
(PHP::Function)
md5
(Bash::Function)
rtrim
(Bash::Function)
ltrim
(Bash::Function)
function_exists
(Bash::Function)