Re: param

2007-07-01 Thread Tom Phoenix
On 7/1/07, hOURS <[EMAIL PROTECTED]> wrote: I read of a perl function called param, which is part of the CGI.pm perl library. The first simple program I wrote trying to use it didn't work though. At first I thought the ISP hosting my site didn't provide this library, but I was able t

Re: Parsing a file within a jar file

2007-07-01 Thread yitzle
On 6/27/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 6/27/07, Ken Foskey <[EMAIL PROTECTED]> wrote: > On Wed, 2007-06-27 at 08:11 -0500, Daniel W. Hurn wrote: > > Does anyone have any suggestion on how to examine/parse a file within a > > jar file? > > jar is a java file and I think it is simply

Re: Net::SFTP functions

2007-07-01 Thread rahed
[EMAIL PROTECTED] ("Octavian Rasnita") writes: > I couldn't make Net::SFTP to work under Windows. > I heard that there are some ways of making this module work under > Windows, but I couldn't make it to work. > > If there is someone who knows how to do that, please tell us. Install first gmp-4.2.

Re: AJAX, Graphs and Perl backend

2007-07-01 Thread Mathew
cldmismgr wrote: > On Jul 1, 1:05 am, [EMAIL PROTECTED] (Mathew Snyder) wrote: >> Does anyone know what the best route to creating graphs using AJAX and Perl >> would be? I've been running various searches on this and haven't found any >> solid information on how to make this happen. >> >> Thanks

param

2007-07-01 Thread hOURS
Hi all, I read of a perl function called param, which is part of the CGI.pm perl library. The first simple program I wrote trying to use it didn't work though. At first I thought the ISP hosting my site didn't provide this library, but I was able to use other commands from it suc

Re: AJAX, Graphs and Perl backend

2007-07-01 Thread cldmismgr
On Jul 1, 1:05 am, [EMAIL PROTECTED] (Mathew Snyder) wrote: > Does anyone know what the best route to creating graphs using AJAX and Perl > would be? I've been running various searches on this and haven't found any > solid information on how to make this happen. > > Thanks > Mathew > -- > Keep up

install of perl 5.8.8

2007-07-01 Thread rogv24
I have never installed Perl. I downloaded 5.8.8 into solaris 10 server. Is there an eaaasy instruction for installation. There is already v.5.8.4 installed. thanks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl

precompiled pp for windows.

2007-07-01 Thread bluishgreen
Hello all, I tried to get pp compiled in my windows. nmake gives me hell. Could some one give me the precompiled binaries for windows please. Thanks much for the help, Senthil -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/

Re: Not up to PAR

2007-07-01 Thread smueller
On Jun 5, 3:43 pm, [EMAIL PROTECTED] (Jrpfinch) wrote: > I'm sorry you felt the need to reply to this thread - I don't see what > it has to do withPAR. > > Anyway, I got around my problem by using zip instead of pp: > > bash-2.05# zip MetaMonPhaseOne.parMetaMon/PhaseOne.pm MetaMon/ > PhaseOne/* >

Re: Deploy Perl script on Windows

2007-07-01 Thread smueller
On Jun 8, 5:27 pm, [EMAIL PROTECTED] (Chas Owens) wrote: > On 6/8/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > > > Search forPARon search.cpan.org. > > Having just done this, I can tell you that thePARshipped by > ActiveState is not up topar. You will need to installPARandPAR::Packer > manua

Re: parsing a line

2007-07-01 Thread alok nath
Hi Chas, Can you please explain the portion ( ([\w ]*\w)\s*= )of the regex.? And why its stored in $s.Can it be directly stored in hash my %rec. Thanks Alok if (my %rec = $s =~ /\s*([\w ]*\w)\s*=\s*"(.*?)"/g) { my $id = exists $rec{ID} ? $rec{ID} : "not set"; my $d

Re: Problem with runaway format

2007-07-01 Thread Mathew
:D Funny you should say that... Actually, all the data is being pulled in from a database already. Keep up with my goings on at http://theillien.blogspot.com Ken Foskey wrote: > On Sun, 2007-07-01 at 05:40 -0400, Mathew Snyder wrote: >> I have a script which places data 4 levels deep in a HoHoHo

Re: Problem with runaway format

2007-07-01 Thread Ken Foskey
On Sun, 2007-07-01 at 05:40 -0400, Mathew Snyder wrote: > I have a script which places data 4 levels deep in a HoHoHoH. It grabs > tickets > in our ticket system using the systems API and places attributes about each > piece of activity into the hash. The has is called %tickets. It looks like >

Problem with runaway format

2007-07-01 Thread Mathew Snyder
I have a script which places data 4 levels deep in a HoHoHoH. It grabs tickets in our ticket system using the systems API and places attributes about each piece of activity into the hash. The has is called %tickets. It looks like $tickets{action_creator}{ticket_customer}{ticket_number}{ticket_su

.net WinForms?

2007-07-01 Thread Octavian Rasnita
Hi, Does anyone know if there is a project for a perl lib that can allow creating a perl application using the WinForms GUI, (.net)? ...other than ActiveState's PDK 7? It doesn't matter that PDK is not free, but it matters that the syntax needed is not elegant, and it needs using POD for spe