Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Dynamic Hash value

by Corion (Patriarch)
on Apr 21, 2010 at 07:44 UTC ( #835980=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
        SAS2=>$last-$ini, # -2
        SAS3=>$ini-$last  # 2
    );
    
  2. or download this
    #!perl -w
    use strict;
    ...
              'SAS2' => -5,
              'SAS1' => 5
            };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://835980]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2023-09-30 22:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?