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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Will PERL do what I need ?

Status
Not open for further replies.

sbayeta

Programmer
Apr 4, 2003
13
0
0
AR
Hi,
I'm a newbie on web apps, though I have some degree of experience in programming C/C++
I need to build a page to show some values stored in a database. As these stored values are updated by other apps, I need my page to show the changes in real time.
Can I do this using Perl ? If not, can anyone sugest another technology ?

Thanks
 
I know this can be done with PHP, because we do that here all the time. I've never tried it in Perl. You will find the syntax of PHP, Perl, C are a lot alike.

Jewel When faced with a decision, always ask, 'Which would be the most fun?'
 
Database manipulations and formatting are simple and flexiblein PERL with cgi.pm.
See
and remember: web applications are just a subset of PERL's capabilities - a powerful, general programming language
(and much more interesting than 1970's languages like C/C++)
 
Look up the DBI module, and also mysql

HTH
Paul

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top