What is zend engine?
What is process for applying patches?
what is the meaning of 4X and 10X value in intraday market?
How can you determine the reaction, taking place at constant pressure delta (h)?
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 the difference between flush and commit in hibernate?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Difference between HRG and NGR. Are they both the same thing
What are the main features in angular js?
What a digest cycle is in angularjs?
how to write test cases for smart meter for gas and electricty
using primary can we relate two table, with out foreign key?
On which basis annealing cycle of steel bars of UpTo 6 MTR can be decided.we r charging 40-45 metric ton load for annealing in bogie furnace?
How will you get the different language strings?
When a local storage data gets deleted?