- or download this
#!/usr/bin/perl
sub static_hash {
...
static_hash;
static_hash;
static_hash;
- or download this
planz$ perl /tmp/static.pl
HASH(0x1801380)
HASH(0x1801380)
HASH(0x1801380)
- or download this
#!/usr/bin/perl
sub static_hash {
...
static_hash(8);
static_hash(9);
static_hash(10);