Re: A better way? templates maybe?

2005-04-01 Thread $Bill Luebkert
David Nicol wrote: > On Apr 1, 2005 9:42 AM, $Bill Luebkert <[EMAIL PROTECTED]> wrote: > >>Daniel Wilson wrote: >> >> >>>Your Thoughts? >> >>Perl has a formatted write, but I don't like it. > > > but in this case it would be a good tool. That may or may not be true. Depends on how complex th

Re: A better way? templates maybe?

2005-04-01 Thread David Nicol
On Apr 1, 2005 9:42 AM, $Bill Luebkert <[EMAIL PROTECTED]> wrote: > Daniel Wilson wrote: > > > Your Thoughts? > > Perl has a formatted write, but I don't like it. but in this case it would be a good tool. ___ ActivePerl mailing list ActivePerl@listser

Re: Applet in Perl ?

2005-04-01 Thread $Bill Luebkert
Alan M. Carroll wrote: > I don't think Tk can't handle it because he wants to do this in a browser > (like a Java applet or Javascript). How would you guarantee the existence > of a Perl interpretor and TK on the client system? I suppose you could > package it up with PerlApp but then you'd nee

Re: Applet in Perl ?

2005-04-01 Thread Alan M. Carroll
At 09:47 AM 4/1/2005, $Bill Luebkert wrote: Haimov, Eugene wrote: > Hi everyone, > I know this may sound weird, but does anyone know > of a way to produce essentially applet-like functionality > using Perl ? > > I need to do a GUI, much like a normal (non-web) application > would have. It needs to

Re: Applet in Perl ?

2005-04-01 Thread $Bill Luebkert
Haimov, Eugene wrote: > Hi everyone, > I know this may sound weird, but does anyone know > of a way to produce essentially applet-like functionality > using Perl ? > > I need to do a GUI, much like a normal (non-web) application > would have. It needs to support creating and editing a > graph --

Re: A better way? templates maybe?

2005-04-01 Thread $Bill Luebkert
Rolf Banting wrote: > You might want a look at the template toolkit. This kind of problem is > the reason it was invented. > http://www.template-toolkit.org/ Please don't post in HTML - that's against charter. Please don't top-post - also against charter. Please trim off the mail headers below th

RE: A better way? templates maybe?

2005-04-01 Thread Rolf Banting
You might want a look at the template toolkit. This kind of problem is the reason it was invented. http://www.template-toolkit.org/ -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Lloyd SartorSent: 01 April 2005 16:39To: Daniel WilsonCc: [

Re: A better way? templates maybe?

2005-04-01 Thread Lloyd Sartor
I would look at formats - see the ActiveState perlform doc page or "Formats" section in Ch.2 (Gory Details) of Programming Perl (O'Reilly). I have not used this feature, but report formatting  is allegedly one of the primary initial functions of PERL (Practical Extraction and Reporting Language).

Re: A better way? templates maybe?

2005-04-01 Thread $Bill Luebkert
Daniel Wilson wrote: > Hello > > I have a weird situation, it reminds me (many many years ago) of using > COBOL and pic statements to align data. > > I have to build a file containing the followingdata , to pass to GAMS > (Mathematical Modeling Engine) > > JPYUSD

Applet in Perl ?

2005-04-01 Thread Haimov, Eugene
Hi everyone, I know this may sound weird, but does anyone know of a way to produce essentially applet-like functionality using Perl ? I need to do a GUI, much like a normal (non-web) application would have. It needs to support creating and editing a graph -- moving rectangular nodes around, writi

A better way? templates maybe?

2005-04-01 Thread Daniel Wilson
Hello I have a weird situation, it reminds me (many many years ago) of using COBOL and pic statements to align data. I have to build a file containing the followingdata , to pass to GAMS (Mathematical Modeling Engine) JPYUSD EURUSD   GBPUSD JPYUSD   

Re: Unicode Problem

2005-04-01 Thread Axel Mock
Hi, after I got a workaround from $Bill I experimented a little more and found out that the error MUST be in some PERLIO part, because Encode does its job well! Have a nice weekend, Axel My solution now looks this way: use Encode qw (encode decode); use strict; use Unicode::String qw (utf

Install netcdf module

2005-04-01 Thread Jorge Palma
Hi All I would like install a netcdf module. I have perl already installed in windows XP. I already try to install the PDL (Perl Data Language) module to after install the PDL-NetCDF-0.89 module. I make "cpan install PDL" but give me some errors. Somebody can tell me how I can make this. Thanks

Unicode Problem

2005-04-01 Thread Axel Mock
Hi, I will have to rewrite the core part of a Configuration Management System in order to make it Unicode aware. The system must be able to treat plain ASCII (as now), UTF-8 and UTF-16 (Windows NLS) files. As Perl is using UTF-8 internally the problem is reduced to read data into Perl and tre