GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Perl Interview Questions


Perl Interview Questions

Questions: 61
Comments: 157
 Showing Questions 11-20 of 61 Questions
<< Previous 1 [2] 3 4 5 6 7 Next >>
 Sponsored Links

 
 Perl Interview Questions
Sorting Options :  

Latest Answer: "grep" here is used for same reasons like used in UNIX i.e.  to match certain value. ...
Read Answers (2) | Asked by : ms_2007

Latest Answer: The eval function provides a very simple way of checking certain events without affecting the overall execution of your script. In essence, the eval function just initiates a new instance of the Perl interpreter in order to evaluate a particular string ...
Read Answers (3) | Asked by : ms_2007

Latest Answer: perl -pi -e "s/search_string/replace_string/g" SourceFile ...
Read Answers (2) | Asked by : ms_2007

Latest Answer: In perl stacks are easy to be implemented. Stacks which follows LIFO (Last In First Out) data structure can be handled in perl with 'POP' and 'PUSH' keywords. POP Example:my $strTest = POP(@arrTest);print "$strTest";In this ...
Read Answers (4) | Asked by : ms_2007

What is the difference between the function oriented and Object oriented approach in the modules (CPAN). Mention the merits as well demerits of these two types.
View Question | Asked by : rajashekar

Latest Answer: Advantages of PERL over C1) Perl runs on all platforms and is far more portable than C. 2) Perl and a huge collection of Perl Modules are free software (either GNU General Public License or Artistic License).3) Perl is very much efficient in TEXT ...

we can use the XML:DOM naviation methods to navigate though an XML::DOM node tree and then use getnodevalue to recover the data.  
Latest Answer: You can use SAX if what you require is simple accesing of the xml structure. You can go for DOM if you need node handling capabilities like inserting a node, modifying a node, deleteing node and stuff like that.follow this link. I think it is most widely ...
Read Answers (1) | Asked by : sai krishna

#create directory if not thereif ( ! -s "$temp/engl_2/wf" ) { system "mkdir -p $temp/engl_2/wf";}if ( ! -s "$temp/backup_basedir" ) { system "mkdir -p $temp/backup_basedir";}${pack_2}= -M "${temp}/engl_2/wf/${wf_package_name}.data";${new_pack}= -M "${pack}/package.data";This is a sample script of perl language.What is the use of "-s" and "-M" in the above script?
Read Answers (2) | Asked by : prabhu

I was asked how to implement the unix tail command in perl $ tail.pl t.txt 10 (display last 10 lines) I kind of managed with the simple ARRAY and they playing around with the $#Array etc but he wanted not without an array Any inputs ?
Read Answers (5) | Asked by : vm

Latest Answer: die("couldnot open filen"); ---> terminate the program with customized message.die -> terminates with last system error message.exit(0) or exit; for success exit(1); failure die function never accepts number as argument.It always ...
Read Answers (2) | Asked by : Godhuly

View page << Previous 1 [2] 3 4 5 6 7 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 
Free White Papers & Software


Vulnerability Management
for Dummies eBook

 


 

Request Your Copy
 



Free: 60-Day Trial
Microsoft Office Project

 


 

Request Now
 



The 7 Things that
IT Security Professionals
MUST KNOW!

 


 

Request Your Free eBook

 
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape