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 advance

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 




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?

Yes ... I think so.

How about: α


--
__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."
  Aristotle

* Perl tutorials at http://perlmonks.org/?node=Tutorials
* A searchable perldoc is at http://perldoc.perl.org/



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 






--
perl -e 'print unpack(u,"62V5N\"FME;G\!Ehttp://learn.perl.org/> 




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 dollars worth,
   --- Shawn

"For the things we have to learn before we can do them, we learn by doing them."
  Aristotle

* Perl tutorials at http://perlmonks.org/?node=Tutorials
* A searchable perldoc is at http://perldoc.perl.org/



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]