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...
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???
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.