which language will be the best


 
Thread Tools Search this Thread
Top Forums Programming which language will be the best
# 1  
Old 03-12-2008
which language will be the best

Hello, Ive got to amke a script to calculate how many emails are in the servers mailbox, how many times each IP address appears in the mailbox and to search for keywords, tehn produce the results in HTML report. The thing is I dont know where to start and what the best language to use would be.

Thankyou if anybody can help
Smilie
# 2  
Old 03-14-2008
hi clueless,
i am not sure if i understand your question propperly but it seems that using a simple shell script will solve most of your questions in no time.
# 3  
Old 03-14-2008
Python is the best language for just about everything. ;o)

Having said that, if you can solve your problem with some fancy one-liners, Perl owns this area.

ShawnMilo
# 4  
Old 03-14-2008
Whatever....
# 5  
Old 03-15-2008
there should be some supported service calls to the mail server through which you should be able to retrieve the possible information.

then perl should be the way - as thats much easier
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Programming

C language help URGENT !!!

I'am writing a program in C language and my code is working perfectly i just need to add a search to it ... My code lets users add companies, and then display them on screen... i would like to add a search that allows user to type company name and then displayall its info on the screen !! THANK... (1 Reply)
Discussion started by: aloushi
1 Replies

2. HP-UX

How to know the default language in hp-ux?

hi every body i want to know how can i know the default language in the hp-ux like in solaris "US" please tell me wher is the file or the comand to tell me the language many thanks ---------- Post updated at 05:43 AM ---------- Previous update was at 05:05 AM ---------- crash:/#locale... (1 Reply)
Discussion started by: maxim42
1 Replies

3. UNIX for Dummies Questions & Answers

What language is this?

Hi, Just got handed this script set def = HLA_DR.pockets set data = DRB1_1501.dat foreach a ( 'cat $data | args 3 |sort -u' ) cat $def | xC | grep -v $a > $$.def cat $data | grep $a | args 1,2 > $a.dat set pseudo = `cat MHCDR_pseudo.dat | grep HLA | grep $a | args 2`... (8 Replies)
Discussion started by: lost
8 Replies

4. Shell Programming and Scripting

New simple language

Hi all, I need to 'create' a new simple scripting language in order to allow SCADA operators make complex tasks against the system in an easy and friendly way. In other words I need to write mini modules with DB readings or writings, calculations, and so on, but these instructions must be written... (2 Replies)
Discussion started by: silex
2 Replies

5. Programming

c language

is there any difference between "char*" and "char *" (1 Reply)
Discussion started by: amol munde
1 Replies

6. Programming

c programming language

Can someone enligten me on what below program does? I understand getchar and putchar.. but what is this program suppose to do? I try to put printf on it, but it shows nothing.. can someone explain to me what this program is suppose to do? It is reading something and assigning to c? so, if... (8 Replies)
Discussion started by: convenientstore
8 Replies

7. UNIX for Dummies Questions & Answers

A different language to me!

Hi all, I'm glad there's a section called UNIX for dummies on this forum cause when it comes to UNIX, I am certainly a dummie. I honestly don't have a clue about 98% of the UNIX commands out there so forgive me if this is a really stupid question. I'm trying to set up a MySQL server on my Mac... (7 Replies)
Discussion started by: kguenther
7 Replies

8. Programming

GUI using C language

Hi friends I have my project based on C platform. I was supposed to develop a GUI. Can u pls suggest me the best way to develop the GUI. I heard that motif is the easy one to develop GUI applications. Pls help me out thanks in advance. (4 Replies)
Discussion started by: veeru554
4 Replies
Login or Register to Ask a Question