Re: perl and java and html

2005-08-04 Thread Sonia
"Chris Devers" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Wed, 3 Aug 2005, Sonia wrote: > >> I want to run PERL script which will combine several JAVA applications. > > This is possible. > >> Furthermore, I need this script to run

perl and java and html

2005-08-03 Thread Sonia
Hi, I want to run PERL script which will combine several JAVA applications. Furthermore, I need this script to run in the HTML page. Is that possible? Can I run this locally on my machine, without a server? Thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

RE: Pattern match woos

2001-12-05 Thread Sonia Patel
Hello, I'm currently working with using regexp to extract XML: Try this: open(F,"$i"); while (defined( $p = )) { chomp($p); # Change statement if ($p=~ /^(.+?)/){ $code=$1; print $code; } -Original Message- From: Dermot Paikkos [mailt