apj has asked for the wisdom of the Perl Monks concerning the following question:
Does that seem odd? Thanks for any ideas. . .format FORMATFH = @<<<< $yadda . write(FORMATFH); # somehow get FORMATFH into $foo (the operative part) # goes here --><--- # so that I can go like this: $object_that_takes_string_arg->open($foo);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Format as sprintf++
by Roy Johnson (Monsignor) on May 07, 2004 at 20:18 UTC | |
by apj (Initiate) on May 10, 2004 at 12:38 UTC | |
|
Re: Format as sprintf++
by haoess (Curate) on May 07, 2004 at 20:15 UTC | |
by apj (Initiate) on May 10, 2004 at 12:41 UTC |