> 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
>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
-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
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
-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
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
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
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
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