in reply to Re: Measurement of physical memory
in thread Measurement of physical memory
Now, I'm just being sarcastic.use Inline C => <<END; long message_length(char *msg) { return strlen(msg); } END my $message = "To: dragonchild\@perlmonks.org From: NodeReaper\@perlmonks.org Subject: Just Testing This is only a test. If this were a real message, you can imagine what would've happened. "; print "Length: ",message_length($message),"\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re^2: Measurement of physical memory
by dragonchild (Archbishop) on Jul 17, 2002 at 15:07 UTC | |
by tadman (Prior) on Jul 17, 2002 at 20:40 UTC | |
by dragonchild (Archbishop) on Jul 17, 2002 at 22:40 UTC |