Including stoppage speed of a bus is 54km/hr while excluding stoppage of bus is 45km/hr.Find the time that the bus has been spread on stoppage?
5 9039Post New IFFCO Engineering AllOther Interview Questions
What studies data flow analysis?
What does soap stand for?
How do I cut one cell in excel?
What is commarea (communications area)?
Explain miscellaneous expenditures & profit and loss account debit balance
What is objectfactory in spring?
What is an asp.net web form?
Describe your experience with the design and implementation of standard & custom infocubes.
What do you mean by dental implants?
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,
Where is jdbc used?
Solaris server is not running in multi level? Continuously restarting after installing the package?
Explain the various scope values for
Explain ngfor and nglf? 20. What is hoisting in js?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?