CptVorpal has asked for the wisdom of the Perl Monks concerning the following question:
I'm currently workin with PDF::Labels on a Win2k box.
$pdf->label($labelArray[0],$labelArray[1],$labelArray[2],$labelArr +ay[3]);
My problem arises when I don't know how many lines I need to pass to this object and short of hardcoding how many I believe can fit on a label, I'd like to develop something a bit more robust. I tried doing something along the lines of $pdf->label(eval($argumentsinstring)); but to no avail. Thoughts?
- CptVorpal
Edited 2003-03-10 by Ovid
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Object Method Usage
by Ovid (Cardinal) on Mar 11, 2003 at 02:57 UTC | |
|
Re: Object Method Usage
by Dr. Mu (Hermit) on Mar 11, 2003 at 04:22 UTC |