X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=scripts%2Fprint.pl;h=0c5d3f86a20f97adb00675cd4d18b3564711db29;hb=6133210513a348cf98dbe7b6e0038968b5d0e02a;hp=5f32d0bc7d29948519b9bfc8e91d0630de70649f;hpb=6613214231c76b400a485571123935546b60a740;p=Biblio-RFID.git diff --git a/scripts/print.pl b/scripts/print.pl index 5f32d0b..0c5d3f8 100755 --- a/scripts/print.pl +++ b/scripts/print.pl @@ -71,7 +71,7 @@ sub tag { , " AFI: " , uc unpack('H2', $rfid->afi($tag)) , " " - , dump( Biblio::RFID::RFID501->to_hash( $rfid->blocks($tag) ) ) + , dump( $rfid->to_hash( $tag ) ) , $/ ; }