in reply to Re: Create string with a delay
in thread Create string with a delay
$a = ''; $str = "blabla" . postpone_forever( $a ) . "blabla"; $a = "XXX"; print "$str\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Create string with a delay
by diotalevi (Canon) on Jun 14, 2006 at 20:24 UTC |