RE: Perl drawbacks

2002-07-02 Thread Richard A. Evans
-Original Message- > Do you know any comments on this article from the Perl side? > http://www.garshol.priv.no/download/text/perl.html -- I realize that this thread has pretty much been laid to rest, but... I have read the referenced article and several others lik

Tk::Pod error question

2002-07-02 Thread Leila Lappin
Hello all, I downloaded TK module a couple of days ago and tried to run a small sample program just to see how it works. I keep getting the following error >>--snip---< Tk::Error: Can't set -file to `ColorEditor.pm' for Tk::Pod=HASH(0x1de7c98): Can' t set

Re: print screen with perl

2002-07-02 Thread $Bill Luebkert
Michael B. Wright wrote: > >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED]]On Behalf Of Dietmar >>Thal >>Sent: Tuesday, July 02, 2002 9:53 AM >>To: Activeperl >>Subject: print screen with perl >> >> >>hello, > > > Hello > > >>i am quite new to system related

RE: print screen with perl

2002-07-02 Thread Michael B. Wright
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dietmar > Thal > Sent: Tuesday, July 02, 2002 9:53 AM > To: Activeperl > Subject: print screen with perl > > > hello, Hello > > i am quite new to system related programming with perl, > and i am loo

Re: SDBM_File doesn't define an EXISTS method?

2002-07-02 Thread Gerry Hickman
Hi Barry, > 2) If you feel that your problem might in any way be related to the platform > or the version of perl, include the output of perl -V. In this case, you > mentioned you have Cobalt Linux with perl 5.5 (there isn't one) - I'd bet > you have 5.005_03 or maybe 5.004_04. Oooops, I read "p

print screen with perl

2002-07-02 Thread Dietmar Thal
hello, i am quite new to system related programming with perl, and i am looking for a possibility to print the current screen to the clipboard as 'print screen' would do. i suppose the truth lies within Win32::OLE, but how can i recognize, from which executable or dll i have to extract which fun

RE: Hyperlink

2002-07-02 Thread Aaron Trevena
> is there any way to submit a form just by clicking on a > hyperlink. yes 2 ways using 'get' action ( http://url/script?field1=value&field2=value ) or using javascript ( link There are plenty of good articles on HTML and forms on the web - I reccomend you read them as this is a perl list and

Books (was RE: File reading)

2002-07-02 Thread Aaron Trevena
> What's the "Cookbook"? The Perl Cookbook is published by O'Reilly - Also the 'Ram' Book. The Programming perl book is also known as the 'Camel' Book. The Learning perl book is also known as the 'Llama' Book. The Apache Modules in perl and c is also known as the 'eagle' book. O'Reilly use anima

RE: File reading

2002-07-02 Thread Haimov, Eugene
Title: RE: File reading Perl Cookbookby Tom Christiansen, Nathan Torkington, Larry Wall   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Tuesday, July 02, 2002 10:54 AMTo: [EMAIL PROTECTED]Subject: RE: File reading What's the "Cookbook"? Thank

RE: File reading

2002-07-02 Thread Sengupta, Rajib \(CC-Contractor\)
I haven't gone thru your whole problem. But just looking at it you can use grep to do this. go thru the grep document.. or use the star here/.../end here clause in if statement -Original Message- From: Renshaw, Rick (R.) [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 2:23 PM To: '

RE: File reading

2002-07-02 Thread Lauralyn . Ninow
Title: RE: File reading What's the "Cookbook"? Thanks Lauralyn Ninow > -Original Message- > From: Hicks, Matthew [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 02, 2002 8:17 AM > To: 'Renshaw, Rick (R.)'; '[EMAIL PROTECTED]'; Active Perl > Subject: RE: File reading > > > Evan

RE: File reading

2002-07-02 Thread Haimov, Eugene
Sorry guys, I was wrong thinking this will not work in Perl. ( this was another case of RTFM for me... ) Eugene Haimov -Original Message- From: Raja Aluri [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:48 PM To: 'Renshaw, Rick (R.)'; '[EMAIL PROTECTED]'; Active Perl Subject: RE

RE: File reading

2002-07-02 Thread Haimov, Eugene
Forgive my illiteracy, but this looks more like "Ruby" than Perl. Or can this REALLY work in Perl ? Eugene Haimov -Original Message- From: Raja Aluri [mailto:[EMAIL PROTECTED]] Sent: Monday, July 01, 2002 6:48 PM To: 'Renshaw, Rick (R.)'; '[EMAIL PROTECTED]'; Active Perl Subject: RE: Fil

Hyperlink

2002-07-02 Thread praveen vejandla
Dear All, is there any way to submit a form just by clicking on a hyperlink. Pls reply, thanks and regards, Praveen _ There is always a better job for you at Monsterindia.com. Go now http://monsterindia.com/rediffin/

RE: File reading

2002-07-02 Thread Hicks, Matthew
Evan Morris wrote: > What I want to be able to do is find two markers in a > file, then read the data that lies between those two markers. > For instance, a part of the file might look like this: > > start_here > some_data > some_more_data > and_yet_more_data > whooppee_it's_data > end_here Y