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!

Recent content by mchance

  1. mchance

    Guard Perl Scripts

    Sounds good, but I don't see this working very well for web-based applications??
  2. 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??
  3. 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...
  4. mchance

    MySQL and Perl....NEXT PAGE.

    Hmmmm...ok guys, I'm going completely nuts! Rather than 10-20, I should be typing 10, 10. Thanks for your help!!!
  5. mchance

    Variables via URLs

    Excellent, Thanks. I would use system 'echo %username%' instead.
  6. mchance

    MySQL and Perl....NEXT PAGE.

    Thanks Guys, For some reason LIMIT seems to have a bug. LIMIT 0,20 works fine and gived me the first 20 records...but if I use LIMIT 10,20 I will recieve records 10 - 29. I know this is nothing to do with my perl script as it happens when I run the command from the MySQL prompt. What version...
  7. 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???
  8. 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