Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mchance
  • Content: Threads
  • Order by date
  1. mchance

    Guard Perl Scripts

    If you want to setup perl scripts on clients IIS servers, what is the best way to protect the scripts so sys admins can't copy your hard work??
  2. mchance

    Perl Authentication

    I've got two questions really. 1. I'm creating a web based program running from a series of perl scripts....I need each user to logon to their own profile...should I store passwords and usernames in text files (encrypting with 'crypt')? Or is it better to somehow store the usernames and...
  3. mchance

    Variables via URLs

    http://server/perlscripts.pl?name=%username% This works great if I paste into the browser...but won't translate to the username if run from a hyperlink???
  4. mchance

    MySQL and Perl....NEXT PAGE.

    I'm creating a web app to display a list of records from a MySQL database. I need to limit a page to only 20 records per page. The MYSQL 'Limit' command is fairly naff so I'll need to get perl to do the job. Any Ideas?...Is there a module out for this?

Part and Inventory Search

Back
Top