Re: Save to memory temporarily

2010-03-22 Thread raphael()
any one here?

Re: filter script read STDIN from named pipe >file

2010-03-22 Thread Uri Guttman
> "KW" == Kenneth Wolcott writes: KW> On Mon, Mar 22, 2010 at 15:50, Uri Guttman wrote: >> "KW" == Kenneth Wolcott writes: KW>  >> select LOGNAME; KW>  >> $|++; KW>  >> select STDOUT; KW>  KW>   Which is what the Perl Cookbook suggests as well. you sai

Re: filter script read STDIN from named pipe >file

2010-03-22 Thread Kenneth Wolcott
Hi Uri; On Mon, Mar 22, 2010 at 15:50, Uri Guttman wrote: > > "KW" == Kenneth Wolcott writes: > > KW> Hi Harry; > KW> On Mon, Mar 22, 2010 at 12:25, Harry Putnam > wrote: > > >> Harry Putnam writes:But even then I still got > what I > >> needed... or until someone tells me > >> its

Re: filter script read STDIN from named pipe >file

2010-03-22 Thread Uri Guttman
> "KW" == Kenneth Wolcott writes: KW> Hi Harry; KW> On Mon, Mar 22, 2010 at 12:25, Harry Putnam wrote: >> Harry Putnam writes:But even then I still got what I >> needed... or until someone tells me >> its better to in this case not to use IO::Handle but stick with Jim >> Gs' su

Re: filter script read STDIN from named pipe >file

2010-03-22 Thread Kenneth Wolcott
Hi Harry; On Mon, Mar 22, 2010 at 12:25, Harry Putnam wrote: > Harry Putnam writes:But even then I still got what I > needed... or until someone tells me > its better to in this case not to use IO::Handle but stick with Jim > Gs' suggestion: > > select LOGNAME; > $|++; > select STDOUT; >

Re: filter script read STDIN from named pipe >file

2010-03-22 Thread Harry Putnam
Harry Putnam writes: > Thanks, that works fine. > > The page offered by perldoc -q flush mentions a write up about > buffering ( http://perl.plover.com/FAQs/Buffering.html ), that I also > went through. > > I'm sorry to say that it was mostly like trying to read ancient > sanskrit, since its writ

Re: How to convince the Customer

2010-03-22 Thread Rene Schickbauer
Parag Kalra wrote: Customer doesn't want to install anything third party that didn't come pre-installed with Solaris box. However he may give a thought to installing new version of standalone Perl which will have DBI module integrated. I guess Perl 5.10.1 has DBI present by default. Could someon

Re: Perl Reference Books.

2010-03-22 Thread Shawn H Corey
Greg Kurts wrote: > http://learn.perl.org/books.html has a good listing of books for all levels. > > > These two are pretty standard for folks new to Perl: > > http://www.amazon.com/Learning-Perl-5th-Randal-Schwartz/dp/0596520107/ref=sr_1_1?ie=UTF8&s=books&qid=1269272420&sr=1-1 > http://www.amaz

Re: Perl Reference Books.

2010-03-22 Thread Greg Kurts
http://learn.perl.org/books.html has a good listing of books for all levels. These two are pretty standard for folks new to Perl: http://www.amazon.com/Learning-Perl-5th-Randal-Schwartz/dp/0596520107/ref=sr_1_1?ie=UTF8&s=books&qid=1269272420&sr=1-1 http://www.amazon.com/Programming-Perl-3rd-Larr

Re: Perl Reference Books.

2010-03-22 Thread Dermot
On 22 March 2010 15:31, wrote: > Hi, I am a new to Perl programming, please can anyone advice me right book to > understand Perl. Hello and Welcome, > Thanks, > Prasad Prabhakara > Infrastructure Applications > Cell:480-889-4171 > Phone:83-6041 If you checkout the footer that it appened to yo

Perl Reference Books.

2010-03-22 Thread Prasad . Prabhakara
Hi, I am a new to Perl programming, please can anyone advice me right book to understand Perl. Thanks, Prasad Prabhakara Infrastructure Applications Cell:480-889-4171 Phone:83-6041 Email Firewall made the following annotations -

Re: filter script read STDIN from named pipe >file

2010-03-22 Thread Harry Putnam
Jim Gibson writes: linux expert wrote: >>> Try adding the following line after your 'use warnings' line: >>> $|++; >>> >>> That will disable output buffering on the currently-selected >>> filehandle (STDOUT be default). Harry replied: >>Doesn't appear to make any difference whatever. Jim G.

Re: Save to memory temporarily

2010-03-22 Thread raphael()
On Thu, Mar 18, 2010 at 7:30 PM, Peter Scott wrote: > On Wed, 17 Mar 2010 20:19:01 +0530, raphael() wrote: > > > Hello, > > > > Is there a way to save/store downloaded data (using WWW::Mechanize) in > > memory (temporarily) > > rather than writing it to disk. Like store 10MB in memory and then fl