Re: Running Perl from Java (WAS: print Greek small letter alpha in html)

2006-06-15 Thread Mr. Shawn H. Corey
On Thu, 2006-15-06 at 08:20 -0400, Mr. Shawn H. Corey wrote: > BTW, change the Subject when you change the subject. Better yet, start a new thread. -- __END__ Just my 0.0002 million dollars worth, --- Shawn "For the things we have to learn before we can do them, we learn by doing them.

Re: Running Perl from Java (WAS: print Greek small letter alpha in html)

2006-06-15 Thread Mr. Shawn H. Corey
On Thu, 2006-15-06 at 05:01 +, may sandi wrote: > Hi, > > Does anybody know how can run a perl file from java? > I already tried with following command: > > try { > Runtime r = Runtime.getRuntime(); > String cmdLine[] = { "/usr/bin/perl","c:/link41a/linkparser2.pl"}; Is PERL.EXE r

Re: print Greek small letter alpha in html

2006-06-14 Thread may sandi
Hi, Does anybody know how can run a perl file from java? I already tried with following command: try { Runtime r = Runtime.getRuntime(); String cmdLine[] = { "/usr/bin/perl","c:/link41a/linkparser2.pl"}; r.exec(cmdLine); But, I doesn't work. Currently I am using jdk 1.4. thanks in

Re: print Greek small letter alpha in html

2006-06-14 Thread Ken Perl
thanks, it works. On 6/15/06, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote: On Thu, 2006-15-06 at 10:04 +0800, Ken Perl wrote: > hi, > To print Greek small letter alpha in a html page, I tried to print > this in perl but not work, > B1; > > could someone give me some clue how to make this work?

Re: print Greek small letter alpha in html

2006-06-14 Thread Mr. Shawn H. Corey
On Thu, 2006-15-06 at 10:04 +0800, Ken Perl wrote: > hi, > To print Greek small letter alpha in a html page, I tried to print > this in perl but not work, > B1; > > could someone give me some clue how to make this work? Yes ... I think so. How about: α -- __END__ Just my 0.0002 million d

print Greek small letter alpha in html

2006-06-14 Thread Ken Perl
hi, To print Greek small letter alpha in a html page, I tried to print this in perl but not work, B1; could someone give me some clue how to make this work? -- perl -e 'print unpack(u,"62V5N\"FME;G\!Ehttp://learn.perl.org/>