support SID,content arguemnts
authorDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 22 Apr 2015 10:33:29 +0000 (12:33 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Wed, 22 Apr 2015 10:33:29 +0000 (12:33 +0200)
scripts/program.pl

index b0fc125..921153d 100755 (executable)
@@ -29,6 +29,10 @@ GetOptions(
 ) || die $!;
 
 my ( $sid, $content ) =  @ARGV;
 ) || die $!;
 
 my ( $sid, $content ) =  @ARGV;
+if ( $sid =~ m/.+,.+/ && ! defined $content ) {
+       ( $sid, $content ) = split(/,/, $sid);
+}
+
 die "usage: $0 [--reader regex_filter] [--afi 214] [--type 1] E0_RFID_SID [barcode]\n" unless $sid && ( $content || $afi || $blank );
 
 $hash->{content} = $content if defined $content;
 die "usage: $0 [--reader regex_filter] [--afi 214] [--type 1] E0_RFID_SID [barcode]\n" unless $sid && ( $content || $afi || $blank );
 
 $hash->{content} = $content if defined $content;