Help for this page

Select Code to Download


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