Current location: Hot Scripts Forums » Programming Languages » Perl » Is Perl what I need?


Is Perl what I need?

Reply
  #1 (permalink)  
Old 07-03-08, 04:17 PM
SirSean SirSean is offline
New Member
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Is Perl what I need?

I work for a janitorial company and we have a lot of machines (buffers, sweepers, extractors, etc). I would like to make a site where we can keep up with our machines, their condition, location, serial number, etc. I would also like to be able to see the history of entries. This would not have to be fancy, because we use blackberrys, but I would make it secured. What do I need?
Reply With Quote
  #2 (permalink)  
Old 07-06-08, 09:24 PM
chaosprime's Avatar
chaosprime chaosprime is offline
Newbie Coder
 
Join Date: Jun 2008
Location: New Jersey
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
If you have any experience with Perl, or any other language that's effective for use in Web development, I'd say use that. If you don't, I'd say use PHP.
__________________
Chaos
Lost Souls: text based RPG
MUDseek: MUD search
Reply With Quote
  #3 (permalink)  
Old 07-07-08, 12:00 AM
curbview.com's Avatar
curbview.com curbview.com is offline
Junior Code Guru
 
Join Date: May 2006
Posts: 555
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by SirSean View Post
I work for a janitorial company and we have a lot of machines (buffers, sweepers, extractors, etc). I would like to make a site where we can keep up with our machines, their condition, location, serial number, etc. I would also like to be able to see the history of entries. This would not have to be fancy, because we use blackberrys, but I would make it secured. What do I need?
Are these machines rented? Who will maintain the status of each piece of equipment? How many people will have access to this information? Blackberrys? Are you wanting the Perl script to send you an email? I don't understand why you mentioned them? Please clarify.... You would want this to be warehoused in a database as well.
__________________
Whatever you decide, you should make sure best security methods are used and practiced. Should you really need more help, PM me.
Reply With Quote
  #4 (permalink)  
Old 07-08-08, 09:14 PM
SirSean SirSean is offline
New Member
 
Join Date: Jul 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Basically, we are a district of a large janitorial company. We have (in our district) probably about 100 machines, I'd guess. We don't rent out the equipment, but we do move these machines around quite often. Sometimes these machines get misplaced, need to be relocated, or need service. So, I would like some means of submitting updates on the machines, for instance, if we move the machine to another of our locations we would know where the machine is currently; or, we could record when a machine is found that needs repair and we would write what is wrong with the machine (like in a notes field). There are about 6 managers who would have access to this so that they could quickly locate a certain machine or type of machine and update it. It would not need to send emails. I mentioned the blackberrys just to say that it would be nothing fancy aesthetically. Thanks for your help! I appreciate it a bunch.
Reply With Quote
  #5 (permalink)  
Old 07-10-08, 03:16 AM
dustin56 dustin56 is offline
Newbie Coder
 
Join Date: Jun 2008
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
You could go about creating a system using a server side language such as Perl, PHP, ASP, Ruby, or whatever you are comfortable and/or familiar with. For the actual storage of data you could use a database such as MySQL, PgSQL, MSSQL, Oracle, or other similar solutions depending on what resources are available to you.


Realistically, you would be suited just fine by a simple PHP & MySQL solution.

If you do not have access to an actual database, Perl and a DBM file would give you the basic functionality of a database that you require, while using a simple file on the web server rather than a true database. Similar things can be accomplished in other languages, but Perl makes this particular task very simple.
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Perl upload progress bar with these spec: scott2500uk Script Requests 4 03-16-07 04:04 PM
Perl for a dummy kragnesb414 Perl 1 01-31-06 04:34 AM
Execute a perl script from another perl script. jkarimi Perl 3 09-06-05 11:42 PM
converting perl script to php help!! macruddace Perl 1 04-14-05 02:38 PM
Perl FormMail Problem ennanguyen2002 Perl 2 03-09-05 04:47 PM


All times are GMT -5. The time now is 04:51 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.