{"info":{"_postman_id":"37d0b5c4-e424-4da4-90ba-88a98126aeea","name":"CSI.Oscuras.Intenciones[3CDs][Spanish][byNeobeat][www.elmejo","description":"<html><head></head><body><p>Download ---&gt;&gt;&gt; <a href=\"https://shurll.com/2stv6H\">https://shurll.com/2stv6H</a></p>\n<p>Download ---&gt;&gt;&gt; <a href=\"https://shurll.com/2stv6H\">https://shurll.com/2stv6H</a></p>\n<p>A:</p>\n<p>It happens because your $str is an array but you use it as if it's a scalar value.\nUsually array dereferencing returns a reference to the first element of the array while using it like a normal scalar leads to a warning.\nSince you're not sure of the line that causes the warning, you can easily use a regex to find where it comes from\n$str =~ /CSI.Oscuras.Intenciones[\\d](.*?)[\\d]/;</p>\n<p>This is actually bad practice and you should correct your regex using /CSI.Oscuras.Intenciones[\\d]/(.*?)[\\d]/ to distinguish between arrays and scalars.</p>\n<p>Q:</p>\n<p>Tkinter button binding, access multiple widgets</p>\n<p>I've created an interface with two Entry widgets and two buttons, that (on_button_click_1) prints text in Entry. I want to bind the buttons to the widgets so that when I click button 1 it prints to Entry1, and when I click button 2 it prints to Entry2. But the code below doesn't work and instead prints the message to the widgets rather than printing to the entry box. I've taken a few stabs at setting up a function and passing widgets to it but it doesn't really make sense because I want to be able to change the input boxes.\nEDIT: The on_button_click_1 is a function that looks at the state of each entry in order to update the text. I've done the same with buttons and it works as expected.\nI have two issues.</p>\n<p>The text appears in the text boxes instead of in the Entry widgets.\nWhen I try to bind the Buttons to individual widgets, they print to each entry instead of to the respective entry boxes.</p>\n<p>I think I'm close to my solution but getting stuck when my code tries to print.\nfrom Tkinter import *</p>\n<p>def on_button_click_1(event):\n    print(\"CLICKED\")</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>def on_button_click_2(event):\n    print(\"CLICKED\")\n    \n    def on_button_1_click(event):\n        print(\"BUTTON1 CLICKED\")\n        \n        def on_button_2_click(event):\n            print(\"\n            3c57eaa95d\n            \n            https://documenter.getpostman.com/view/21882688/UzXVsDVV https://documenter.getpostman.com/view/21828454/UzXVsDVY https://documenter.getpostman.com/view/21827796/UzXVsDVW https://documenter.getpostman.com/view/21884809/UzXVsDVU https://documenter.getpostman.com/view/21834056/UzXVsDVX # Introduction\n</code></pre><p>What does your API do?</p>\n<h1 id=\"overview\">Overview</h1>\n<p>Things that the developers should know about</p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>What is the preferred way of using the API?</p>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p>What errors and status codes can a user expect?</p>\n<h1 id=\"rate-limit\">Rate limit</h1>\n<p>Is there a limit to the number of requests a user can send?</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Rate limit","slug":"rate-limit"}],"owner":"21844775","collectionId":"37d0b5c4-e424-4da4-90ba-88a98126aeea","publishedId":"UzXVsDZx","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-07-29T12:57:16.000Z"},"item":[{"name":"","id":"21844775-5add90bb-07b5-4ff8-9760-27a2a794f69b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"","description":"<p>CSI.Oscuras.Intenciones[3CDs][Spanish][byNeobeat][<a href=\"http://www.elmejo\">www.elmejo</a> </p>\n","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"21844775-5add90bb-07b5-4ff8-9760-27a2a794f69b"}]}