Subdomain Posts
Perl | 2 days ago
None | 2 days ago
Perl | 3 days ago
Perl | 3 days ago
Perl | 4 days ago
Perl | 6 days ago
Perl | 6 days ago
Perl | 8 days ago
Perl | 8 days ago
Perl | 12 days ago
Recent Posts
PHP | 6 sec ago
None | 25 sec ago
None | 30 sec ago
None | 47 sec ago
None | 55 sec ago
None | 59 sec ago
None | 1 min ago
PHP | 1 min ago
None | 1 min ago
None | 1 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By theo on the 28th of Jan 2010 02:23:31 PM
Download |
Raw |
Embed |
Report
#! /usr/bin/perl
use strict;
use warnings;
my %hash = (
'fermat' => ['dual core', '2G DDR'],
'gauss' => ['P4', '1G'],
'euler' => ['586', '64k']
);
foreach ('descartes', 'gauss', 'laplace')
{
print "we have a machine named $_\n" if ($_ ~~ keys %hash);
}
Submit a correction or amendment below.
Make A New Post