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