Search results

  1. A

    When to use Perl vs Python?

    When writing scripts what are the pros and cons of each language. Basically i want to know which language is good for something such as file modification, making changes to a shell, creating an interactive program etc. When is it better to use python rather than Perl, and vice versa.
  2. A

    How to get perl TK to open entry, obtain string input then close after storing entry...

    ...into variable? Hi, can someone give me a quick TK code example it which the perl starts with an entry box, takes in a string, then when clicking button ok, it closes. I then want the perl script to grab the entry and store the string into a variable for me to use.
Back
Top