how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is php sequence?
Hai, i am going to appear for Section Engineer- Mechanical,RRB Chennai.Can anybody please post me the previous question papers and solutions to ajeshsudhakaran@gmail.com....
What is difference between FI-Delta and delta in SAP BI
What does eu do?
How you can move or copy jenkins from one server to another?
can you explain the difference between readfile vs createreadstream in nodejs.
How to create an multi-statement table-valued function?
How to generate unique uuids/ guid in node js?
How to answer for project questions..?
What does void main () mean?
This advertisement for thos who are interested to do job in Domestic Call Center in Kolkata. The details are mentioned below Qualifications: 10+2 Min Skill: Spoken English, Hindi, Bengali. Willing to work as shift wise. Please send your C.V to vodafone.rahaman@yahoo.com or call to +91 9874528290
Explain static type declaration of variable in go programming language?
package MYCALC; use Exporter; our @EXPORT = (); our @ISA = qw(Exporter); our @EXPORT_OK = qw(addition multi); our %EXPORT_TAGS = (DEFAULT => [qw(&addition)],Both => [qw(&addition & +multi)]); sub addition { return $_[0] + $_[1]; } sub multi { return $_[0] * $_[1]; } 1; Program: use strict; use warnings; my @list = qw (2 2); use Module qw(:DEFAULT); print addition(@list),"\n"; Above coding is my module MYCALC and the program which using this module, I have not exported any function using @EXPORT, but I have used the DEFAULT in %EXPORT_TAGS with the function addition, when I call this function from the main it says the error as,
What are the differences between rpc style and document style soap web services?