Why is it suggested to disable journalism in ext4 filesystem?
Tell me about Agile scrum and what is your role in Scrum ?
how server differentiate different clients ie if you r using http application server listen through port 80 if all client using same http application then how?
What are the advantages of spring framework?
Parts of ODBC?
What is quick test pro?
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,
Explain input and put function?
What is a sorter transformation?
How to convert numbers to strings in php?
What is a data structure? What are the types of data structures?
What is the difference between registerclientscriptblock and registerstartupscript?
what are 3 tech challenges/ common issues you face?
What is tunable consistency in Cassandra?
How can debug share point application and timer jobs? With steps?