RE: Limit of number of files that can be opened in perl

2006-12-02 Thread Bliss, Kevin
> From: Ravi Malghan >bash-2.05$ ulimit -a >core file size (blocks) unlimited >data seg size (kbytes) unlimited >file size (blocks) unlimited >open files 256 >pipe size (512 bytes) 10 >stack size (kbytes) 8192 >cpu time (seconds) unlimit

RE: reading a line at a time inefficient?

2006-05-16 Thread Bliss, Kevin
>I figured the OS would load the file in blocks, but I thought the blocks >might only be 12k or something like that. >I am surprised at the levels of concern over memory reading in <20 MB files. >Don't most people have 1+ GB now? I've got 2... I'm just surprised that >using at most 1% of my to

RE: CLOSING Re: Obtaining complete Unix command line that evoked script as string

2006-01-13 Thread Bliss, Kevin
-Original Message- From: Jay Savage [mailto:[EMAIL PROTECTED] Sent: Friday, January 13, 2006 11:35 AM To: Grant Jacobs; beginners perl Subject: Re: CLOSING Re: Obtaining complete Unix command line that evoked script as string On 1/12/06, Grant Jacobs <[EMAIL PROTECTED]> wrote: > >So s

RE: perl and java and html

2005-08-08 Thread Bliss, Kevin
Chris, Thanks for the response. In fact that is exactly what I want to do. And I know it can be done with a local web server. Let me ask you this though. Is there a way for me to utilize Javascript, or other script (such as PHP), in order to avoid using the web server? Basically, like the ori

RE: gcc on Solaris

2005-05-10 Thread Bliss, Kevin
-Original Message- From: Larsen, Errin M HMMA/IT [mailto:[EMAIL PROTECTED] Sent: Friday, May 06, 2005 8:15 AM To: beginners@perl.org Subject: gcc on Solaris ... And I execute the following command line to test the gcc installation: # gcc helloworld.c -o helloworld ld.so.1: gcc: fatal

RE: slightly OT - co-ordinates

2005-04-12 Thread Bliss, Kevin
Check out the module Geo::Coordinates::DecimalDegrees on CPAN. -Original Message- From: Chris Knipe [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 12, 2005 12:12 AM To: beginners@perl.org Subject: slightly OT - co-ordinates Lo all, This is slightly off topic, but does anyone know how t

RE: Extra newline characters.

2004-10-08 Thread Bliss, Kevin
Try: $ stty sane $ TERM=vt100; export TERM That will give you a common default terminal emulation. I would recommend getting a better windows client terminal. Some good free ones are putty and teraterm. Cygwin is a complete linux emulation package the runs on windows and includes decent termin

RE: C Compiler

2004-08-04 Thread Bliss, Kevin
gcc, it is available as a solaris package at sunfreeware.com -Original Message- From: Witzke, Rob [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 7:24 AM To: PerlBeginners (E-mail) Subject: C Compiler Any recommendations on a c compiler to run on a Sun Sparc box? Rob -- To

error during make of Crypt::Idea 1.02

2004-04-09 Thread Bliss, Kevin
I am running Solaris 9, perl 5.8.3. When I try to install Crypt::Idea it fails in the make process. Thanks # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::IDEA # make cp IDEA.pod blib/lib/Crypt/IDEA.pod cp IDEA.pm blib/lib/Crypt/IDEA.pm /usr/local