Re: script to match a valid email id

2014-07-11 Thread Yosef Levy
\b[\w\.-]+@[\w\.-]+\.\w{2,4}\b This was taken from: http://www.regexr.com/ 2014-07-10 21:30 GMT+03:00 Sunita Pradhan : > I want to write a script which will verify a valid email address . > Could anybody give some ideas , how to write a pattern for this ? > > -Sunita >

CPAN utility

2014-03-18 Thread Yosef Levy
Hello All, Paul said: --- Depending on the distribution you are using you might have a tool to automate the process of recursively installing dependencies. I have the following problem: --- I am using CPAN utility from ActivePerl. Pl

List-AllUtils-0.07

2014-03-18 Thread Yosef Levy
hello All, Trying install List-AllUtils-0.07. Need dependencies: C:\yosef\cpan\List-AllUtils-0.07>perl Makefile.PL Set up gcc environment - gcc.exe (rubenvb-4.5.4) 4.5.4 Checking if your kit is complete... Looks good Warning: prerequisite List::Util 1.31 not found. We have 1.27. Warning

Installing Perl and CPAN local

2014-03-04 Thread Yosef Levy
Hello All, I am interesting install Perl and CPAN modules in custom location folders. I am using WIN7 64bit. Pls. provide me step by step in depended installation from scratch. Rgds.