I am making a web site which is uses a Perl:MySQL database. As an exercise, I am putting my Mom's Christmas card list in the database, accessing and printing it with Perl. I am at least somewhat enjoying the project and am grateful and overwhelmed by the support system which I have found. (thanks)
I will need to print the labels. I downloaded a binary from www.wasx.net. Edgars Binans calls it Win32::Printer module. The script: ......................... #!/usr/local/bin/perl use DBI; use Printer; print "to print labels enter 'p'\n"; $print =<STDIN>; etc................. ...................... The error is :(typed by me. This comes out on the command line of course) .... WIN32::Printer object version 0.6.6.1 does not match bootstrap parameter 0.6.6 at E:/Perl/Lib/DynaLoader.pm Line 249 compilation failed in require at momprt.pl line 3 BEGIN failed-compilation aborted at momprt.pl line 3 ......... Perl installed itself on my extra hard drive, the E:\. Whatever. I can use the Crimson Editor to modify the files. Or I can start over with a different object. What do you think? And enormous thanks for the help with the SELECT variable problem. System: > > Windows 2000 > pentium II > PERL Active Perl version 1.37 5.8.0.806 > MySQL version 2000 version 5.00.2195 > > Thanks in advance > John in Denver, Colorado USA planet earth _______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
