I am thank ful to Zeki CELIKBAS, Stephen Hedges and Ray for their wonderful support. Today at 10:49am +0100 MJ Ray wrote:
In addition to those mentioned by others, "barcodes on the fly" can be a nice companion to koha. You can find it via oss4lib.org, I think.
Are you referring any one of following or something else. I colud find php script at following link: http://www.weberdev.com/get_example.php3/184 and one at: http://search.cpan.org/dist/GD-Barcode/Barcode/QRcode.pm and something at: http://svana.org/kleptog/misc/auspost.html Thanks once again. -- H. S. Rai _____________________________________________________________________ http://www.grex.org/~hsrai | Alternate E-mail: hsraidce@iitr.ernet.in ___________________________|_________________________________________ : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : sed hints (displaying non-matching lines) LOST #429 To display non-matching lines, e.g. remove comments (#) from a listing: $ sed -e '\#\d' /path/to/some/file Also useful in displaying lines which do NOT have the pattern $ sed -e '\{pattern}\d' /path/to/some/file ####[banduji (at) symonds.net]################################ :