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: 155
 Showing Questions 1-10 of 61 Questions
[1] 2 3 4 5 6 7 Next >>
 Sponsored Links

 
 Perl Interview Questions
Sorting Options :  

How to install Perl module using CPAN. How to include the module in a program?  
Latest Answer: Try this command from DOX or UNIX Prompt. You will get a CPAN Prompt. To install a module use install modulename.perl -MCPAN -e shellHope this help. ...

Please provide me Perl scriptwhich reads the data from xcel sheet and renames the dsx file.Process followed to rename is:make a list of old and new file names in xcel sheet.compare the old file name in 
View Question | Asked by : s4sweety

View Question | Asked by : sanyogita

What is the Use of Symbolic Reference in PERL? 
Latest Answer: > $name = "bam";> $$name = 1; # Sets $bam> ${$name} = 2; # Sets $bam> ${$name x 2} = 3; # Sets $bambam> $name->[0] = 4; # Sets $bam[0]symbolic reference means using a string as a reference. ...
Read Answers (1) | Asked by : sapam

What is Symbol table and how it Works?  
Latest Answer: The symbol table is the list of active symbols (functions, variables, objects) within a package. Each package has its own symbol table, and with some exceptions, all the identifiers starting with letters or underscores are stored within the corresponding ...
Read Answers (1) | Asked by : sapam

How to find out whether reference is pointing to a scalar, array or hash? 
Latest Answer: With 'ref' keyword we can find the data type of the variable. ...

You have unsorted array of strings, like:my @arr = qw(hello World Show must go on);Print this array, sorted in reversed case-insensitive order. 
Latest Answer: @x=qw(A d E f B c x Y);print "Original arrayn";print join(',',@x),"n";print "Original array sorted in reverse order case insensitiven";print join(',',sort {"L$b" cmp "L$a"} @x),"n"; ...

Latest Answer: Perl programs are generally used for: - text processsing  - text mining - test automation - simple network programming (simple sockets, just fetching webpage and parsing it) - GUI development with Perl/Tk  If ...

Suppose you run a program/script in Perl:system("./server ....");How will you check the return code? 
Latest Answer: # Retrieve the higher byte of the two-byte return codemy $ret = system("./server") >> 8; ...
Read Answers (2) | Asked by : mpathak

Latest Answer: Arrow operator -> is used for deferencing references to array or hash.$arr = ['1','2','3','4'];To retrive the value of first element :$val = $arr->[1];Now variable $var will contain '2'. ...
Read Answers (2) | Asked by : Rajivcitcse2000

View page [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

 
Sponsored Links

 




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