Re: hash function and combining function/operator

2013-09-27 Thread Gerhard Jungwirth
Hi, On 09/24/2013 12:17 AM, David Christensen wrote: > beginners: > > H() is the hash function as you want the same hash of a substring regardless of the position, I think you cannot make the hash dependent on the position of each character in the string. A simple solution could be to ad

Re: how to make perl program run continue when i press control+s to pause screen output

2013-06-07 Thread Gerhard Jungwirth
Hi On 06/06/2013 06:25 PM, Jim Gibson wrote: > The program will keep running, but at some point, if the program is writing > bytes to the standard output stream, the buffer for that stream will fill up. > At that point, the program will block doing a write until the buffer has been > depleted a

Re: Perl Application Deployment

2013-04-28 Thread Gerhard Jungwirth
Two standard ways are Build.PL: http://perldoc.perl.org/Module/Build/Cookbook.html Makefile.PL: https://metacpan.org/module/ExtUtils::MakeMaker On 04/27/2013 08:36 AM, Mike Dunaway wrote: > Hello everyone. > > Can anyone point me in the right direction to read about proper > application deploym