what id a dry type transformers and its function ?
hi guys what happens if you are absent for a supplymentry exam?
You have two sorted array of integers, write a program to find a number from each array such that the sum of the two numbers is closest to an integer i.
How to assign any program to user?
Difference between a process and a program?
What is sap pp?
What are the challenges in handling ajax call in selenium webdriver?
What are the two main parts of the hadoop framework?
What is the maximum ram for a 64 bit operating system?
What are arrays in javascript?
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,
Which sorting algorithm is used in arrays sort?
What is your approach in the event of a serious problem with an application?
how ITIL process occurs in weblogic?
What is data structure and why we need it?