RE: Different OS, different results

2001-08-14 Thread Guilherme Pinto
print (6 * 4, "\n"); > -Original Message- > From: Guilherme Pinto [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 11:04 AM > To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] > Subject: RE: Different OS, different results >

RE: Different OS, different results

2001-08-14 Thread Guilherme Pinto
try a \n at the end of your print. > -Original Message- > From: David Bagwell [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, August 14, 2001 11:01 AM > To: [EMAIL PROTECTED] > Subject: Different OS, different results > > > I have ActiveState Perl 5.6.1.628 running on Win98 and Linux Mand

RE: question

2001-07-23 Thread Guilherme Pinto
thanks!! That was the best lead... Newsgroup is the way to go... Cheers > -Original Message- > From: Abdulaziz Ghuloum [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 19, 2001 6:33 AM > To: [EMAIL PROTECTED] > Subject: Re: question > > > Hello, > You might want to try using the new

RE: Repost Form data for user validation / change -- how?

2001-07-20 Thread Guilherme Pinto
Change to Dreamweaver ;o) > -Original Message- > From: Notabene [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 1:51 PM > To: Perl Beginners > Subject: Repost Form data for user validation / change -- how? > > > (I orginally posted this in CGI Beginners, but received no > re

RE: cpan installation

2001-07-20 Thread Guilherme Pinto
A response from a newbie here: use lib qw(/wierd/dir); I think that is the sintax and that will add /weird/dir into you @INC. Correct me if I am wrong. > -Original Message- > From: Mooney Christophe-CMOONEY1 [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 20, 2001 11:32 AM > To: [EMA

RE: Simple question about "whiles" and files...

2001-07-11 Thread Guilherme Pinto
d-oh > -Original Message- > From: Paul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 12:18 PM > To: Guilherme Pinto; 'Sebadamus'; [EMAIL PROTECTED] > Subject: RE: Simple question about "whiles" and files... > > > > --- Guilh

RE: Simple question about "whiles" and files...

2001-07-11 Thread Guilherme Pinto
while ( and $_ =! /End of list/) Try that... > -Original Message- > From: Sebadamus [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 11, 2001 12:27 PM > To: [EMAIL PROTECTED] > Subject: Simple question about "whiles" and files... > > > Does anybody knows why I cant make this to work

RE: Need help with errors - strict the problem?

2001-07-06 Thread Guilherme Pinto
Sorry I did not see you had your code below. > -- > From: Guilherme Pinto > Sent: Friday, July 6, 2001 3:41 PM > To: [EMAIL PROTECTED]; 'Craig Monroe' > Subject: RE: Need help with errors - strict the problem? > > I am a new

RE: Need help with errors - strict the problem?

2001-07-06 Thread Guilherme Pinto
I am a newbie myself, but shouldn't it be: my $value; # note the $ > -- > From: Craig Monroe > Sent: Friday, July 6, 2001 3:06 PM > To: [EMAIL PROTECTED] > Subject: Need help with errors - strict the problem? > > I wrote the following program to find the WAN IP a

RE: Re: Editor

2001-07-06 Thread Guilherme Pinto
Couldn't agree more, but... didn't you forget to close your subtitution with a trailing slash? :25,45 s/^/#/ vi Rocks > -- > From: Luke Bakken > Reply To: [EMAIL PROTECTED] > Sent: Friday, July 6, 2001 1:47 PM > Cc: anton; [EMAIL PROTECTED] > Subject: RE: R