CC: | Joe Miller <mcdogfood [...] gmail.com> |
Subject: | Sample code bug at $page->stringc($f2... |
I copied and pasted the first chunk of code to play with, and I had
'strict' on, and it didn't compile, and it's because of this line :
$page->stringc($f2, 40, 306, 426, "PDF::Create");
$f2 should be $f1
It was on this page :
http://search.cpan.org/~markusb/PDF-Create-1.06/lib/PDF/Create.pm
Thanks for a great module