python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why "Type of argument to each on reference must be unblessed hashref or arrayref at test.pl line 17."?
I don't understand the error message
Type of argument to each on reference must be unblessed hashref or arrayref at test.pl line 17.
for this test case (extracted from a larger module):
BEGIN { our ...
U. Windl
Votes: 0
Answers: 2
Add/Remove class to header when is over a section with class
I'm trying to add/remove a class to the sticky header, when this reaches a specific section with a class "dark-section", but i want to do it automaticly if there are 2 or more section with t...
Eberth
Votes: 0
Answers: 2
Building new Model A form from Model B attributes
I'm trying to copy the values from Model A nested attributes to Model B nested attributes. The nested fields are the same in their respective tables. Just the parents are different.
I pass the model A...
Chrismisballs
Votes: 0
Answers: 1