how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
1883To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates.
19 130283Post New Synergy Interview Questions
What is the static block?
How to take a substring from a given string in php?
1.what is difference in maintain Hz again Hz in USA ? 2.how to calculate the battery AH? 3.why are yearly maintained in transformer how many tests in required?
What are the commands used for starting and stopping the queue manager?
Is string thread safe in java?
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 tell me what kinds of programming types does Kotlin support?
What is difference between ienumerable and iqueryable in c#?
What are different ways to test web services?
What is the font size in ms word?
Mention the differences between substr and charindex in sql server.
What is median in r?
Is nodejs scalable?
What is rownum?
What is a Middleware Parameters ?