in reply to shared memory
What makes you think you need something complicated like IPC::Shareable to do this? (Or any other IPC::* module for that matter?)
C:\test>type program.pl #! perl -slw use strict; print 'The string'; C:\test>perl -wE"say `perl program.pl`" The string
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: shared memory
by fionbarr (Friar) on Mar 15, 2010 at 19:16 UTC |