Re: References

2001-10-03 Thread Randal L. Schwartz
> "Bill" == Bill Jones <[EMAIL PROTECTED]> writes: Bill> References: Bill> I am looking for a basic explaination and example: Bill> $animal = "Dog"; Bill> $sound = \$animal; Bill> $bark = $$sound; Bill> $bark is now Dog. Bill> ??? Besides "perlreftut" and "perlref" and "perldsc" and "

Why so slow!!?

2001-10-03 Thread Grierson, Garry (UK07)
The following code runs very slowly compared to similar routines running on the same type of systems. Can anyone point out anything I'm doing that would make this particular code run slowly as I'm out of ideas! Sorry if this post is a bit long! Any help gratefully appreciated.. print <

RE: Why so slow!!?

2001-10-03 Thread Bob Showalter
> -Original Message- > From: Grierson, Garry (UK07) [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 03, 2001 9:07 AM > To: [EMAIL PROTECTED] > Subject: Why so slow!!? > > > The following code runs very slowly compared to similar > routines running on > the same type of systems. >

GetWeb module

2001-10-03 Thread Gareth Londt
hi Does anyone know how to use the GetWeb module. What im trying to do is get things off an external site, like email addresses and i cant use a shell script.Anyway what i want is to use this module and grep the information off the page and store it in my script. so if anyone can help please

How can i find a string in a document and get back in html??

2001-10-03 Thread shenneke pl
Hi! I'm a begginer in perl, and i wanna know how can i search a string in a document and get back an html page with this line printed. Of course that the string have to be solicited of a form. I dont know. Please help me!!! Thank's everybody. See you. OVER. SheNneKe __

Any suggested response ? FW: Need PERL module DBI on SUN1

2001-10-03 Thread Moon, John
> Does anyone have any suggestions as to how to reply to this gentleman ? > > jwm > > -Original Message- > From: [jwm] *deleted* > Sent: October 03, 2001 09:03 > To:[jwm] *deleted* > Cc: Moon, John > Subject: RE: Need PERL module DBI on SUN1 > > This is a unsupported t

Re: suggestions?

2001-10-03 Thread Bill Jones
On 10/2/01 4:06 PM, "_brian_d_foy" <[EMAIL PROTECTED]> wrote: >> RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon[OR] > > you're generous. i just F them outright. True, of course. But I use Perl and Apache here FCCJ to teach 1-2 yr college students in Open Source technologies, etc.

RE: Why so slow!!?

2001-10-03 Thread Grierson, Garry (UK07)
It's not the SQL I'v already run SQL tests. I think I found the problem, for some reason the my $dbh = DBI->connect("dbi:Oracle:host=XXX;sid=XXX;port=XXX", 'XXX', 'XXX'); command seems to be causing the problem, if I change it to my $dbh = DBI->connect("dbi:ODBC:oracledb", 'XXX','XXX'); there is a

Re: Any suggested response ? FW: Need PERL module DBI on SUN1

2001-10-03 Thread Brett W. McCoy
On Wed, 3 Oct 2001, Moon, John wrote: > > Does anyone have any suggestions as to how to reply to this gentleman ? There's nowhere near enough information to go on to even venture a guess. -- Brett http://www.chapelperilous.net/ -

How can i search a line in a document and print this line in html page??

2001-10-03 Thread shenneke pl
Hi! I need to know how can i search a line in a document and print this line in html page?? if somebody know how can i do please help me!!! I'm a perl begginer. Ok, THANK'S FOR ALL bYE sHENNeKe _ Descargue GRATUITAMENTE MSN Expl

Re: How can i search a line in a document and print this line inhtml page??

2001-10-03 Thread Brett W. McCoy
On Wed, 3 Oct 2001, shenneke pl wrote: > I need to know how can i search a line in a document and print this line in > html page?? > > if somebody know how can i do please help me!!! Can you please be a little more specific? What document are you searching? What do you mean by 'document'? Wha

Re: Why so slow!!?

2001-10-03 Thread _brian_d_foy
In article <977EA50D7F5AD51182AB0002B33B44133CA70F@UK07EX242>, [EMAIL PROTECTED] (Garry Grierson) wrote: > The following code runs very slowly compared to similar routines running on > the same type of systems. profile your code to find the slow spots: http://www.ddj.com/columns/perl/2001/

mod_perl/browser language

2001-10-03 Thread Rob
How can I detect the browser language using mod_perl? I tried this: $ENV{'HTTP_ACCEPT_LANGUAGE'}; but it doesn't seem to work.. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

anti-SSSCA petition

2001-10-03 Thread Michael
If you don't know about this please check it out. It is about the policeware they are trying to put on our computers at home. http://www.petitiononline.com/SSSCA/petition.html __ Your favorite stores, helpful shopping tools and g

Re: anti-SSSCA petition

2001-10-03 Thread Bill Jones
On 10/3/01 1:56 PM, "Michael" <[EMAIL PROTECTED]> wrote: > http://www.petitiononline.com/SSSCA/petition.html Which bill is that ? I don't see it... Is this "mis-information?" 1 . Voting Technology Standards Act of 2001 (Introduced in the House)[H.R.2275.IH] 2 . Computer Security Enhancement

Re: anti-SSSCA petition

2001-10-03 Thread Peter Cline
At 02:39 PM 10/3/01 -0400, Bill Jones wrote: >On 10/3/01 1:56 PM, "Michael" <[EMAIL PROTECTED]> wrote: > > > > http://www.petitiononline.com/SSSCA/petition.html text of bill is available here: www.parrhesia.com/sssca-draft.pdf >Which bill is that ? I don't see it... >Is this "mis-information

Re: anti-SSSCA petition

2001-10-03 Thread Bill Jones
On 10/3/01 2:46 PM, "Peter Cline" <[EMAIL PROTECTED]> wrote: > At 02:39 PM 10/3/01 -0400, Bill Jones wrote: >> On 10/3/01 1:56 PM, "Michael" <[EMAIL PROTECTED]> wrote: >> >> >>> http://www.petitiononline.com/SSSCA/petition.html > > text of bill is available here: > www.parrhesia.com/sssca-draf

Re: anti-SSSCA petition

2001-10-03 Thread Kevin Meltzer
On Wed, Oct 03, 2001 at 03:06:33PM -0400, Bill Jones ([EMAIL PROTECTED]) said something similar to: > > I'll read and get back to the list (even thought this is way OT...) > -Sx- > > PS - Maybe we could use various Perl PDF module(s) to clean it up and bring > this back on topic? Please do. Th

Re: anti-SSSCA petition

2001-10-03 Thread Bill Jones
>> www.parrhesia.com/sssca-draft.pdf After having read the document, all I can is this is really off topic. -Sx- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: anti-SSSCA petition

2001-10-03 Thread Bill Jones
[original post edited] > But, if you can come up with a way to sign it using > Perl :) I will look at it :) I found a good starting spot: 79 modules found in 11 distributions matching 'PDF'   PDF-111  by  Antonio Rosella Released 14th February 2000 PDF  - Library for PDF access and

Re: anti-SSSCA petition

2001-10-03 Thread Curtis Poe
--- Kevin Meltzer <[EMAIL PROTECTED]> wrote: > Please do. The petition being discussed on the list is very OT, as well as > bordering on inappropriate. But, if you can come up with a way to sign it using > Perl :) > > Cheers, > Kevin Well, okay :) use strict; use HTTP::Request::Comm

Diff between 2 PDF files

2001-10-03 Thread padula, domenic
Does anyone know how I would perform the equivalent of a UNIX "diff" command between 2 PDF files using Perl? Thanks! Domenic

Re: anti-SSSCA petition

2001-10-03 Thread Kevin Meltzer
I meant to alter the PDF with a signature, silly. Cheers, Kevin On Wed, Oct 03, 2001 at 12:37:55PM -0700, Curtis Poe ([EMAIL PROTECTED]) said something similar to: > > Well, okay :) > > use strict; > use HTTP::Request::Common qw/POST/; > use LWP::UserAgent; > > my $ua = LWP:

RE: anti-SSSCA petition

2001-10-03 Thread aurillo, gabriel
Okay, so let's make it "off topic." I am against big brother snooping into private lives. But in these trying times, I am open to ideas to curb crimes of zealotry and hate, especially when based on religion. Simply saying no would have little or no impact to Congress at this time. If policing fa

Re: anti-SSSCA petition

2001-10-03 Thread Brett W. McCoy
On Wed, 3 Oct 2001, Kevin Meltzer wrote: > I meant to alter the PDF with a signature, silly. There's gotta be a Perl module out there for doing that... -- Brett http://www.chapelperilous.net/ -

Re: anti-SSSCA petition

2001-10-03 Thread Curtis Poe
--- Kevin Meltzer <[EMAIL PROTECTED]> wrote: > I meant to alter the PDF with a signature, silly. > > Cheers, > Kevin Sigh :( = Senior Programmer Onsite! Technology (http://www.onsitetech.com/) "Ovid" on http://www.perlmonks.org/ __ Do You Ya

References

2001-10-03 Thread Bill Jones
References: I am looking for a basic explaination and example: $animal = "Dog"; $sound = \$animal; $bark = $$sound; $bark is now Dog. ??? -Sx- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: References

2001-10-03 Thread Brett W. McCoy
On Wed, 3 Oct 2001, Bill Jones wrote: > References: > > I am looking for a basic explaination and example: > > $animal = "Dog"; > $sound = \$animal; > $bark = $$sound; > > $bark is now Dog. \$animal --> create a reference to $animal, which contains 'Dog' $sound --> assigned the reference to

Re: References

2001-10-03 Thread Curtis Poe
--- Bill Jones <[EMAIL PROTECTED]> wrote: > References: > > I am looking for a basic explaination and example: > > $animal = "Dog"; > $sound = \$animal; > $bark = $$sound; > > $bark is now Dog. > > ??? > -Sx- The following explanation is oversimplified, but I think it's easy to follow.

Re: References

2001-10-03 Thread Bill Jones
On 10/3/01 4:11 PM, "Randal L. Schwartz" <[EMAIL PROTECTED]> wrote: > to the beginners list, not the beginnners-cgi list. *Uncle* -Sx- (Sorry.) -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]