Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within perl
Search Coderanch
Advance search
Google search
Register / Login
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Tim Cooke
Devaka Cooray
Sheriffs:
Liutauras Vilda
paul wheaton
Rob Spoor
Saloon Keepers:
Tim Moores
Stephan van Hulst
Tim Holloway
Piet Souris
Mikalai Zaikin
Bartenders:
Carey Brown
Roland Mueller
Forum:
Perl
is a perl script good to do this?
Jaideep Kshirsagar
Greenhorn
Posts: 27
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hi,
I am new to PERL scripting.
I have a requirement where in I have to
1. query the database
2. based on result set, create objects of a
JAVA
class
3. cache these objects in Hashtable and
4. return the Hashtable.
Can a perl script do this for me?
Rgds,
Jai
Abhinav Srivastava
Ranch Hand
Posts: 354
I like...
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You are talking two different languages here - Java and Perl. You can't create a Java object using perl, you can sure call a java program using perl or maybe maybe maybe something more with JNI.
Ulf Dittmer
Rancher
Posts: 43081
77
posted 16 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
All of the steps are relatively easy to do in Java. Why would you want to introduce Perl into it?
There are ways of mixing Perl and Java if you're set on doing that, e.g.
JPL
.
I guess everyone has an angle. Fine, what do you want? Just know that you cannot have this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
to upload a file to a remote server on the network
How to run Perl Pgm!!
My (thin) Perl experience
Do I have to use JNI to invoke Korn shell or perl script from java ?
unix2dos command in perl script
More...