Here you will find more than 50000 job interview questions

Job Questions Search Engine


Sponsored Links

Regular expression in Perl

August 11, 2010 by bigboss · Leave a Comment
Filed under: Perl Interview Questions 

Write a simple (common) regular expression to match an IP address, e-mail address, city-state-zipcode combination.

Explain the difference between “my” and “local” variable scope declarations. ?

August 11, 2010 by bigboss · Leave a Comment
Filed under: Perl Interview Questions 

The variables which is declared with my() in perl are visible only within the scope of the block which names them. They are not visible outside of this block, not even in routines or blocks that it calls. local() variables, on the other hand, are visible to routines that are called from the block where they are declared. Neither is visible after the end (the final closing curly brace) of the block at all.

  • Categories

    |
  • Tags

    ADO.NET Questions Algorithm Questions ASP.NET Questions auto_ptr Binary tree questions C++ Constructor Interview Questions C++ Questions CISCO Exams Questions Common Interview Questions Core Java Interview Questions Csharp Questions datastructure questions Delphi 6 find command gdb interview questions grep interview questions IBM certification exams questions Infosys Puzzles Java Struts Linked List Problem Linux Command Questions List Manager Interview Questions Markov Algorithm memory leakage mysql Interview Questions Normalization Oracle Application Developer Certification Exam Interview Questions Oracle Questions Perl Questions PHP Questions Pointers Interview Questions PostgreSQL Database Questions pthread interview questions Smart Pointer Solaris Interview Questions SQL SERVER Interview Questions STL STL Map Symbian OS Tricky Interview Questions Unix Interview Questions unix shell Vector Windows OS Questions