buffgrep- (Found July 8, 2008 ) Buffgrep is a grep-like utility that operates on text blocks, rather than on single lines as in the regular grep case.http://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/252499 Finding Palindromes- (Found July 8, 2008 ) Use this reqular expression to find palindromes, sentences or words which are the same written backwards and forwards.http://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/326097 Multi Dimesional Array Program Code in Perl By Rohit D'souza- (Found July 8, 2008 ) it helps u learn how to create multidimesional arrays in perl using array references and then how to print the values of that arrayhttp://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/496679 Flexible Random Password Generation- (Found July 8, 2008 ) This script can generate a random password between a certain minimum and maximum length.http://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/496756 Random Password Generator By Rohit D'souza- (Found July 8, 2008 ) Its help to generate Unique 10 character password on every reload of the pagehttp://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/496680 Introduction to Threading In Perl By Rohit D'souza- (Found July 8, 2008 ) This article is a introduction on threads in perlhttp://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/511504 This cookbook is a "failed experiment"- (Found July 8, 2008 ) Dont loose your time writing here: "I don't think ActiveState currently is in a position where we want to put new resources into making the RX cookbook work. I encourage you to restart this project at some other website if you think it has any merit." "the RX cookbook has not been maintained. I consider it mostly a failed experiment." Sayd Gisle, the Editor of this page.http://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/521864 Validating email addresses with Mail::CheckUser- (Found July 8, 2008 ) The only way to really know whether an email address is valid is to try sending mail to it. i.e., no simple regular expression exists which can verify the correctness of any given email address. The Mail::CheckUser module (available on CPAN) verifies that a particular email address is valid by first checking the syntax of the email address, then checking whether an email server exists for that address, and finally contacting that email server to verify that the given address exists.http://aspn.activestate.com/ASPN/Cookbook/Rx/Recipe/65255 |