Help for this page
use GD::Barcode::QRcode; my $message = "help me perl monks"; my $barcode = GD::Barcode::QRcode->new( ... binmode($fh); print $fh $barcode; close $fh;