RE: Shared memory

2001-07-10 Thread Rolf Banting
num_recs = unpack "i", $data_str; gets me the number of records into $num_recs. -----Original Message- From: Rolf Banting [mailto:[EMAIL PROTECTED]] Sent: 10 July 2001 16:22 To: '[EMAIL PROTECTED]' Subject: Shared memory A question on shared memory on Solaris 2.6. T

Shared memory

2001-07-10 Thread Rolf Banting
ecord consists of 5 int fields. I get an empty data string whichever method I use to read the data into perl-world. Any ideas gratefully received. Rolf.

Re: CGI parser and stuff

2001-06-10 Thread Rolf
Bruno Veldeman wrote: > > > > What does mc use for its editor? It's probably using one of the editors > > that come with Linux. > > > > > > No clue, it seems it has something like joe, vi or vim, but I am not sure. > :-{ > afaik, on Linux, mc has it's own editor, called 'mcedit', which is invok

Re: Command Line Arguments and @_

2001-06-04 Thread Rolf
George Petri wrote: > However, if I use "shift @ARGV", I DO get the command line arguments. If the > shift function really does use @_ as its default argument, then why did shift > in the example code, use @ARGV as default? Does @_ really get populated > "with all of the parameters passed in th