CPAN Module delivers error . . .

2003-08-11 Thread Trina Espinoza
Hello All, I an trying to install the getOpt module from CPAN and have been following the Windows95-NT with the core Windows distrubution of Perl. I downloaded and unziped the module and did a perl Makefile.PL in the directory. However when I do a make test I get the following error message: $

Re: Still need unlink help!! God help me. - Revisited

2003-08-11 Thread Dave Arnold
In article <[EMAIL PROTECTED]>, perlwannabe <[EMAIL PROTECTED]> wrote: [Snip] > partial_qn_ri_pub_default_asp__Online_qdisp_bn_03042997-0-0 > partial_qn_ri_pub_default_asp__Online_qdisp_bn_03042995-0-0 > partial_qn_ri_pub_default_asp__Online_qdisp_bn_03042882-0-0 [Snip] > So I tried to use the u

Still need unlink help!! God help me. - THANK YOU!!

2003-08-11 Thread perlwannabe
To all of you who helped me with my unlink problem...THANK YOU!!! I finally figured out that the problem was the input file. There was an extended ASCII character at the beginning of the file that could not be seen until I looked at it with a hex editor. I am learning the hard way. But now the

Re: smtp problem

2003-08-11 Thread awards
Hi, I think it authorizes Relay here is the output of my connection with the server **WILL HIDE IP AND SERVERNAME by ** I think i will use sendmail it might be better. Net::SMTP>>> Net::SMTP(2.26) Net::SMTP>>> Net::Cmd(2.24) Net::SMTP>>> Exporter(5.562) Net::SMTP>>> IO::Socket::INET(1.

Re: smtp problem

2003-08-11 Thread George Schlossnagle
Sounds like the server you are connecting to does not allow relaying. Is this a server you should be relaying mail through? George On Saturday, August 9, 2003, at 06:16 PM, awards wrote: Hi, I found a strange problem. like the subject says i'm using Net::SMTP I don't have any error in my cod

Re: document creation.

2003-08-11 Thread Jenda Krynicky
From: "Chris Knipe" <[EMAIL PROTECTED]> > I want to create large number of documents (mainly invoices) using > perl. In a couple of months, I should be creating a few hundred > documents per month with a few million records in total for the > documents (Telecoms implementation). > > Now, preferab

Re: CGI text process question

2003-08-11 Thread Tassilo von Parseval
On Wed, Aug 06, 2003 at 11:13:15PM -0500 Ben Jacobs-Swearingen wrote: > Hello all, this is my first post to this group, and I hope it isn¹t > inappropriate. Anyway I have the following code in a CGI I¹m working on, > it¹s supposed to translate the ugly %(hexhex) markers for non-alphanumeric > char

Re: Global variables and a forked process

2003-08-11 Thread Steve Grazzini
On Sat, Aug 09, 2003 at 01:04:26PM -0700, Ahmed Moustafa wrote: > Does a forked process share the memory locations of the global > variables from the parent process? Changes made after the fork() won't be visible in the other process, if that's what you're wondering. -- Steve -- To unsubscrib

Re: Still need unlink help!! God help me.

2003-08-11 Thread Bob X
"Perlwannabe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Still having problem with unlink. My original problem began with deleting > files from a list. I seem to have fixed the problem reading the list but > the unlink does not work. > > Here is the test script that I am workin

Re: Global variables and a forked process

2003-08-11 Thread Wiggins d'Anconia
Ahmed Moustafa wrote: Steve Grazzini wrote: On Sat, Aug 09, 2003 at 05:14:34PM -0700, Ahmed Moustafa wrote: Steve Grazzini wrote: Changes made after the fork() won't be visible in the other process, if that's what you're wondering. Yes, that's exactly what I am wondering. So, is there a way to

Re: compare date,time

2003-08-11 Thread awards
Hi, thank you, Now i have a new question. If I do the code myself which I can do. would the process of executing the program faster if I do the code myself or if I use a Module i.e Date::Calc?? regards awards -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Ok I am tired

2003-08-11 Thread Gupta, Sharad
>> You're supposed to return a filehandle: Yep. But i am using the temp files for doing that. And i would love to get rid of the temp files altogether. open my $fh, '<', \($response->content); Seems like we are opening a filehandle to a string. Very difficult to convince my sysadmin to get to

RE: visual perl

2003-08-11 Thread Robert Lilly
> -Original Message- snip > > I also noted that in this "idle" installer screen, there is reference > MS Visual studio .NET > > Technology. Does this need to be installed? If so, is there an > evaluation version of this? Yes, ActiveState's Active versions of their apps require .NET. I

Re: how do i list the methods connected to a object?

2003-08-11 Thread Steve Grazzini
On Wed, Aug 06, 2003 at 09:37:52AM +0200, Martin A. Hansen wrote: > i find it very annoying that i cannot simple dump all the functions > connected to a certain object. > > but enough nagging. even if this is a tricky problem, cant it be > solved? > > if using the ISA.pm as suggested, you are abl

Re: SOLVED: how do i list the methods connected to a object?

2003-08-11 Thread Martin A. Hansen
On Thu, Aug 07, 2003 at 09:01:57AM -0500, Dan Muey wrote: > > Cool! 1 quick question why do you have @methods? sorry old remnant. just delete. martin > If it's because you use @{ $methods } then $methods would have to be the string > 'methods' to be a reference to @methods, which doesn't have

Re: suid problem

2003-08-11 Thread Steve Grazzini
On Tue, Aug 05, 2003 at 04:59:56PM +0100, Gary Stainburn wrote: > Can anyone tell me how to fix this. I've tried untainting the > $_[0] by storing it in a local variable and runing a regex to > remove dodgy characters and that doesn't seem to fix it. > > sub dump_invoice { > return unless (open

Sending a file with freeze is not a good idea...

2003-08-11 Thread Yannick Warnier
Hi all, I'll try to make it very easy to understand, so if you want more details, just ask. I have a system composed of some perl scripts running on several machines interconnected with a network (usually local but it can be internet also). These scripts communicate with each other by sending xm

RE: MailSender LineEnc or SendEnc

2003-08-11 Thread Dan Muey
> Hi! Howdy! I second Pablo's question. > > Im sending mails now :-), but Im a little confused, in some > mails I need to > send an attachment and in others no, the same its the the > ctype of the > messages (some employees doesnt like html messages and others > yes). However I > have my m

RE: Quick export question

2003-08-11 Thread Dan Muey
> > I'm wanting to setup a module that will export whatever is > in @EXPORT > > (if anythign) and ':basic' > > > > IE I want > > use Monkey; > > To be identical to > > use Monkey qw(:basic); > > > > So if I have this on the module which of 3 ways I'm trying to > > accoomplish that are valid

Perl SMS

2003-08-11 Thread awards
Hi, I was reading on the internet someone wanted to do sms with perl and he couldn't But my question is simple, can you really send SMS free of charge to anywhere in the world. I've been looking everywhere could not find the answer. Award -- To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Sick of installing CPAN modules

2003-08-11 Thread jc
I have parse a mailbox in order to grab data from each email. Simple enough right? So I tried to use the CPAN module Mail::MboxParser (0.17 version because the new one requires more modules than this one) I installed the prerequisite MIME::Tools (5 version, not developer) and this went fine. MIM

Re: document creation.

2003-08-11 Thread Chris Knipe
> > Now, preferably, I wanted to create MS Word documents for this, but > > alas, a stick was shoved into that idea. Win32::OLE doesn't work from > > *Nix, and RTF::Document has like zero documentation (very help full > > thanks)... > > > > What's my alternatives??? > > http://Jenda.Krynicky.cz/#T

RE: Last value in a array?

2003-08-11 Thread NYIMI Jose (BMB)
Oh! You right Pop will suppress the last value from your array. But my $LastValue = $ARRAY[ $#ARRAY-1 ]; Will not return the last element of the array neither. my $LastValue = $ARRAY[$#ARRAY]; will do it. @ar=qw(1 2 3 4 5); $i=$ar[$#ar-1]; print "$i\n"; $i=$ar[$#ar]; print "$i\n"; Output: 4 5

Re: Tracing Subs

2003-08-11 Thread Ramprasad
Sharad Gupta wrote: Hi All, I have a bunch of scripts which calls a sub from a module, and that module in turn would call another sub from someone else and so on. Skimming through them is driving me crazy. Is there a way i can trace the calling of the routines till N levels. TIA, -Sharad use Car

RE: Structuring Data in Perl

2003-08-11 Thread Smith Jeff D
Thanks for the response-I think that's got it. I must have tried everything but the correct approach, which looks so obvious after the fact. One small question. In your sample code below, what format can I use to refer to the individual members of the array referenced by $array in the "each" lo

Re: how do i list the methods connected to a object?

2003-08-11 Thread Rob Dixon
"Martin A. Hansen" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, Aug 05, 2003 at 08:18:24PM +0100, Rob Dixon wrote: > > > > "Ovid" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > --- Peter Scott <[EMAIL PROTECTED]> wrote: > > > > >The problem here is that

RE: document creation.

2003-08-11 Thread EUROSPACE SZARINDAR
Hi, Why don't using the pdf format ? It is the portable document format so can be wiewed either on Unix or windows side. It is easy to create, it can be compressed (more than a world format), it cannot be modified and has much more advantages. Michel -Message d'origine- De: Chris K

RE: Can't locate object method "new" error

2003-08-11 Thread gagel
I don't know how to set or retrieve the value of @INC, how to please? The Razor2 client files are located at: /usr/razor-agents-2.34/lib/Razor2/Client/Agent.pm The MD5 copy and past from perl is: cpan> test Digest::MD5 Running test for module Digest::MD5 Running make for G/GA/GAAS/Digest-MD5-2.26