IN AN OSCILLOSCOPE TWO COUPLING IS THERE, THAT IS AC & DC COUPLING, WHERE DO WE USE THESE COUPLINGS ?
2 6630Post New VH Interview Questions
What is the maximum number of posting periods in sap? : cost center accounting
Where to find the ISO accounting entry details?
How are the elements of a borderlayout organized?
What is the difference between swing and awt in java?
Explain about Fixed capital
What is rufus usb tool?
How to develop mobile applications using microsoft mobile internet toolkit (mmit) or .net mobile? : Microsoft dot net mobile
How do I sort two columns in excel to match?
What is full form of rdd?
what is object level locking ? where do appear this type of locking ?
How to declare input and output parameters?
How the processes start, stop and terminate works? How?
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,
Templates mean
What is the difference between a fragment and an activity?