As a foreign applicant, what do you understand about our company before sending your application CV for consideration?
3715Post New Nexel Interview Questions
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,
In all analog voltmeters or ammeter showing some small size symbols. as well as a star and in star 2no. digit, resister symbol,and other. what is that's meaning ?
What are post linking and pre-linking functions?
How many cum of 9.5mm stone in 1 ton ?
What is oledbconnection c#?
How to split a string into array using php?
Can i Have Some Realtime Examples on Badi ?
Accounting for vc money in financials
Is an exe file high risk?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is the Use of Grouping Rule in Receivables ? is it mandatory field ?
Who is the developer of Ruby?
What is a lambda function?
Hi Friends, I am doing engg in comp sc in the final year from the evening college, I don't have experience in technical field. I am working in nontechnical field. I have big question that will IT companies considered me as fresher or they looks experience from me ? if you reply to my query, i am really grateful to you
How to sort a dictionary by value in python?