Answer Posted /
| Is This Answer Correct ? | Yes | No |
Post New Answer View All Answers
Does treemap allow null keys?
How do I access my outlook email online?
What are deferred providers in laravel?
what tax will be on puchasing of sweets and is necessery to use form 38.
How do I install spark?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
Differentiate between file-based dependency and key-based dependency.
what should be the ideal gauge of wire (In sq mm) for different loads in Ampere?
How the GATE rank calculated?and whats the importance of GATE SCORE?And how it calculated?
What are the causes involved in underdevelopment of the countries that are developing?
How do I use i3?
what are the new features of Webservices 1.6 than 1.4.From the interface and implementation aspect4.
What does scanning and repairing drive do?
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,
Can you install directx 11 on windows 10?