Re: error "called to early to check prototype" using recursive function

2005-01-28 Thread John W. Krahn
S.A. Birl wrote: 2 problems, maybe related. 1) My recursive program is generating a "called to early to check prototype" error. Ive Googled for answers but cannot find a solution That could be because you spelled "too" wrong. In any case, you should have the description of that warning messag

Re: remove me from the list

2005-01-28 Thread Andrew Gaffney
Robert Citek wrote: On Friday, Jan 28, 2005, at 11:52 US/Central, Richard Wood wrote: How do I go about removing my email address from this list? If you send a blank message to e-mail [EMAIL PROTECTED], you'll get a help file. Within that helpfile will be a line like so: Or you can even look at

Re: remove me from the list

2005-01-28 Thread Robert Citek
On Friday, Jan 28, 2005, at 11:52 US/Central, Richard Wood wrote: How do I go about removing my email address from this list? If you send a blank message to e-mail [EMAIL PROTECTED], you'll get a help file. Within that helpfile will be a line like so: "To stop subscription for this address, mail

error "called to early to check prototype" using recursive function

2005-01-28 Thread S.A. Birl
2 problems, maybe related. 1) My recursive program is generating a "called to early to check prototype" error. Ive Googled for answers but cannot find a solution 2) When this executes, it traverses 8 directories in F:\\Inetpub\\Develop then stops and traverses 8 directories in F:\\Inetpub\

Re: Converting a text file for printing

2005-01-28 Thread Alfred Vahau
And the PostScript-MailLabels module could be a candidate. The author describes the module as flexible enough to handle any printing task. An example is given on printing the labels but could the code be adjusted for your needs? alfred, Alfred Vahau wrote: Hi, Try the PostScript modules. http:/

Re: Converting a text file for printing

2005-01-28 Thread Alfred Vahau
Hi, Try the PostScript modules. http://search.cpan.org/search?query=PostScript&mode=all In particular, PostScript::Simple. BasicTypeSetter may work but the module on CPAN is reported to have failed for Win32. Also try posting to the Win32 Perl subscribers list. Some of the experts subscribe to bo

Re: beginners Digest 28 Jan 2005 18:40:12 -0000 Issue 2444

2005-01-28 Thread Brian McKee
From: "O-Dzin Tridral" <[EMAIL PROTECTED]> Date: Fri Jan 28, 2005 8:06:09 AM Canada/Eastern Subject: Converting a text file for printing We have an application which produces a plain ASCII text file which then needs to be printed on a laser printer. Because it gets printed to pre-printed station

Re: Trapping Windows Web Activity

2005-01-28 Thread James W. Thompson, II
Actually a content filter. On Fri, 28 Jan 2005 13:40:04 -0500, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > - Original Message - > From: "James W. Thompson, II" <[EMAIL PROTECTED]> > Date: Friday, January 28, 2005 12:20 pm > Subject: Re: Trapping Windows Web Activity > > > The sy

Re: Trapping Windows Web Activity

2005-01-28 Thread mgoland
- Original Message - From: "James W. Thompson, II" <[EMAIL PROTECTED]> Date: Friday, January 28, 2005 12:20 pm Subject: Re: Trapping Windows Web Activity > The system would need to run on a single user machine, not a seperate > server and not require modification of IE's internet options

Re: no rows selected

2005-01-28 Thread Todd W
"Mark Martin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > I'm running a test to see whether certain criteria in a SELECT statement > return record or not. If I get a "no rows selected" from SQL then I want to > perform a specific action . But I don't how perform the test fo

RE: remove me from the list

2005-01-28 Thread Gomez, Juan
Hello ! Just email this [EMAIL PROTECTED] You will be miss :o) -Original Message- From: Richard Wood [mailto:[EMAIL PROTECTED] Sent: Friday, January 28, 2005 11:52 AM To: beginners perl Subject: remove me from the list Greetings all, How do I go about removing my email addre

remove me from the list

2005-01-28 Thread Richard Wood
Greetings all, How do I go about removing my email address from this list? Thanks, Richard __ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more. http://info.mail.yahoo.com/mail_250 -- To unsubscribe, e-mail: [EMAIL PROTE

Re: Trapping Windows Web Activity

2005-01-28 Thread James W. Thompson, II
The system would need to run on a single user machine, not a seperate server and not require modification of IE's internet options for example. It would need to intercept the request from the browser before it gets to the network interface. On Fri, 28 Jan 2005 12:13:46 -0500, [EMAIL PROTECTED] <[

Re: no rows selected

2005-01-28 Thread mgoland
- Original Message - From: Mark Martin <[EMAIL PROTECTED]> Date: Friday, January 28, 2005 10:22 am Subject: no rows selected > Hi, Hello, > I'm running a test to see whether certain criteria in a SELECT > statement > return record or not. If I get a "no rows selected" from SQL then >

Re: Trapping Windows Web Activity

2005-01-28 Thread mgoland
- Original Message - From: "James W. Thompson, II" <[EMAIL PROTECTED]> Date: Friday, January 28, 2005 10:44 am Subject: Trapping Windows Web Activity > Out of curiosity is there any method for trapping Windows HTTP traffic > transparently, without establishing a proxy configuration, usin

Re: Converting a text file for printing

2005-01-28 Thread Jay
On Fri, 28 Jan 2005 13:06:09 +, O-Dzin Tridral <[EMAIL PROTECTED]> wrote: > Dear all, > > We have an application which produces a plain ASCII text file which then > needs to be printed on a laser printer. > > Because it gets printed to pre-printed stationery things have to be correctly > al

RE: Trapping Windows Web Activity

2005-01-28 Thread Thomas Bätzler
James W. Thompson, II <[EMAIL PROTECTED]> asked: > Out of curiosity is there any method for trapping Windows > HTTP traffic transparently, without establishing a proxy > configuration, using Perl. Probably not. Depending on what you want to do, a cheap solution might be to set up a Linux box as

no rows selected

2005-01-28 Thread Mark Martin
Hi, I'm running a test to see whether certain criteria in a SELECT statement return record or not. If I get a "no rows selected" from SQL then I want to perform a specific action . But I don't how perform the test for "no rows selected " ? $sql = qq{SELECT RECORD FROM TABLE WHERE FIELD = ? } ;

Converting a text file for printing

2005-01-28 Thread O-Dzin Tridral
Dear all, We have an application which produces a plain ASCII text file which then needs to be printed on a laser printer. Because it gets printed to pre-printed stationery things have to be correctly aligned. The method that we have been given is to use MSWord to set the margins and font

RE: perl substituion

2005-01-28 Thread Thomas Bätzler
Anish Kumar K. <[EMAIL PROTECTED]> asked: > Say I have a string called returned from the text file.. I don't understand this part. I assume from context that you want to use a template. > I could very well use substition for the variables > individually. But it will be nice If I could substitut

Re: perl substituion

2005-01-28 Thread Mr M senthil kumar
On Fri, 28 Jan 2005, Anish Kumar K. wrote: > Say I have a string called returned from the text file.. > Hi $name- welcome to the world of $Logs. Country is $country. Time is $time > I am getting this from the text file and then in the program > I am printing this out. with its correponding values.

Re: Trapping Windows Web Activity

2005-01-28 Thread Mat Harris
On Fri, Jan 28, 2005 at 09:44:11 -0600, James W. Thompson, II wrote: > Out of curiosity is there any method for trapping Windows HTTP traffic > transparently, without establishing a proxy configuration, using Perl. > I am searching CPAN but can't find anything. I'm specifically looking > for a way

Trapping Windows Web Activity

2005-01-28 Thread James W. Thompson, II
Out of curiosity is there any method for trapping Windows HTTP traffic transparently, without establishing a proxy configuration, using Perl. I am searching CPAN but can't find anything. I'm specifically looking for a way to monitor and potentially modify what happens between a users web browser an

Re: tie DB_File flags

2005-01-28 Thread Jenda Krynicky
From: Ken Gillett <[EMAIL PROTECTED]> Subject:Re: tie DB_File flags Date sent: Fri, 28 Jan 2005 11:59:52 + To: Marcello <[EMAIL PROTECTED]> > On 26 Jan 2005, at 14:47, Marcello wrote: > > > Ken Gillett ha scritto: > >> Information about these h

Re: tie DB_File flags

2005-01-28 Thread Ken Gillett
On 26 Jan 2005, at 14:47, Marcello wrote: Ken Gillett ha scritto: Information about these has proved hard to come by, but having ascertained what I need to use I find another problem. I want to calculate the flags to use beforehand, but if I try tie %$dbm, "DB_File", $dbf, $dbflags, $mode, $D

Problem in reading cookies

2005-01-28 Thread Mallik
Hi All, I have an perl script that reads cookies. In one system it is able to read the cookies properly. But the same is not working in another system. Browsers and their versions are same in both systems. I even set the browser properties same in both the systems. Then I printed the environment

perl substituion

2005-01-28 Thread Anish Kumar K.
Say I have a string called returned from the text file.. Hi $name- welcome to the world of $Logs. Country is $country. Time is $time I am getting this from the text file and then in the program I am printing this out. with its correponding values.. Say Hi Anish- welcome to the world of perl.