python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
in perl, what are the accepted terms for the script one invokes on the command line vs. the files that script requires?
I write perl scripts that require other perl scripts. The "require"d scripts contain subroutine definitions. (I am not yet at the level of writing my own package or module; I just require fi...

Jacob Wegelin
Votes: 0
Answers: 2
Unable to import/require ES module from common JS
I'm using electron to build a UI for a specific project, the problem is that I wrote the core code in ES while apparently ES breaks electron.
What I am trying to do is to export some callback function...
The pro coder not really xd
Votes: 0
Answers: 1
use require in the ts file to import json file dynamically
Can require be used in a typescript file in the web app to import a json file locally?
export function getData(id: string): string {
const ids: string = id + 'something';
const data = require...
AlreadyLost
Votes: 0
Answers: 1
Require with variable path in ionic
I'm trying to pass the path of require function in an app done with ionic+vue.
I read different path from a json and the function should be able to load different images based on this path using the r...
eifersucht
Votes: 0
Answers: 1