in reply to Re^7: Any module suggestion for URL QRCode rendeing for ActivePerl?
in thread Any module suggestion for URL QRCode rendeing for ActivePerl?
I am totally hopeless. Anyway, I have found a workaround by using qrencode-win32, there's an console executable.my $libs = qx|$pkgconfig --cflags --libs libqrencode|; .... system("$compile_cmd -o test_libqrencode test_libqrencode.c $libs >/de +v/null 2>&1") == 0
|
|---|