in reply to Re: subrefs, IPC and gnuplot's tkcanvas
in thread subrefs, IPC and gnuplot's tkcanvas
ormy $gnuplot = eval \$buffer->($canvas); #OUTPUT: #Undefined subroutine &main::sub {
my $gnuplot = eval \$buffer; $gnuplot->($canvas); # OUTPUT # Use of uninitialized value in subroutine entry at .... # Undefined subroutine &main:: called at ./zz-std.....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: subrefs, IPC and gnuplot's tkcanvas
by alpha (Scribe) on Dec 29, 2006 at 18:12 UTC | |
by zentara (Cardinal) on Dec 29, 2006 at 18:51 UTC |