About Me (TS Pradeep Kumar)

Working at VIT University and having great interest towards embedded wireless systems and e-learning. This site caters to most of the Indian Engineering/technology students to know about embedded systems, network simulator, e learning tools/techniques, etc. If you are a student or a learner, you can always request a title or post..

Subscribe by Email

Enter your email address:

Delivered by FeedBurner

url and email validation using Perl Regular expression

#!c:/perl/bin/perl -w print “Content-Type: text/html \n\n”; $email=”tspradeepkumar\@yahoo.com”; print $email; if($email =~ /^(\w|\-|\_|\.)+\@((\w|\-|\_)+\.)+[a-zA-Z]{2,}$/i) { print “\n $email is a valid id”; } else { print “\n Provide [...]

Continue reading url and email validation using Perl Regular expression

  • Share/Bookmark