Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you mean by adwords keywords?

1


what are function pointers?

567


IN integration testing tester should knowledge of code or not?

1686


Why do we use pyspark?

3


Why potassium dichromate is used in calibration of uv?

1376






What web sites do you feel use javascript most effectively (i.e., Best-in-class examples)? The worst?

486


What is tables in ms word?

450


Are type-1 hypervisors better in performance than type-2 hypervisors and why?

313


which r the connectors used in san?

1780


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,

2256


Why choke coil is connected in series with starter in tubelight??why starter is connected in parallel to tubelight??

2924


Who founded TCS?

744


Can potato chips causes wreck teeth?

452


Hi Guys, my requirement is to load 1 yr data from oracle to teradata database through abinitio etl graph.i need to schedule this as a monthly job.but i want to load 12 month data for the first time and from second time it should load last (recent) month data and delete 13th month data. For example For the first time it should load 201208 to 201108 data, second time it should delete 201108 month data and load 201209 month data. I developed garph to load 12 month data ,but i don't know how to handle above requirement as am new to abinitio. i greatly appreciate you help.Thank You.

1702


What are the @functions?

563