I want to test two boolean values in Perl. In case both are 0 do x, in case not do y. For example: $var1 = 0; false in Perl $var2 = 0; false in Perl if($var1==0
I am trying to put a simple image in a row and make it to to the right side of the page. If I wanted to do this with text, I would simply do this: <div clas=
I am trying to build a virtual network using a terraform script. I am struggling with creating a loop on the variable "vcn" below. My use case is as follows A "
S.No FirstName LastName Department Email Matches Columnmatch 1. Prashant Arora Deli abc 3 2 2. Prashant Arora Dairy abc 3
I need to compare two input files (file1.csv and file2.csv) and store the results and a third file (file3.csv). The conditions are as follows: If entry matches
I am trying to execute a python script ( which is used for accessing remote machines and run commands ) from Golang, it errors with "exit status 2" out, err :=
I am creating a custom component, the script is written in TypeScript using React's Hooks My component will be using some of my typescript type and mix it with