Have you ever used your persuasion skills in order to achieve your goal? If you had, describe the situation
4747Post New Private Tourism Hotel AllOther Interview Questions
How does check, continue and exit commands work in loop and end Loop.
how can you display data say "your name"in sap script without print program or driver program??
Explain the features of tableau 8.3?
Is sqoop an etl tool?
Explain custom jumpstart procedure?
What is decodeuri() function?
What is edm in entity framework?
What is dtsi?
How to determine alternating current frequency?
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 is css declaration?
How do you install an extension?
Explain about microsoft visual studio?
Define general trees?
What are object pooling and connection pooling and difference between them?