38.107.191.111 |    

Navigation

Google Advertisement

All snippets of the tag hash

1-1 of 1 Entries

is_hash
(Perl::Check)
Created by Marko Schulz at 2010-01-20 14:17:50
# ************************************************************** # This function check if the reference is a HASH. # # @example: print "ERROR: A HASH is needed\n" if ( !is_hash(\%$hash) ); sub is_hash { my $ref = shift; return 0 unless ref $ref;...

1-1 of 1 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)