- or download this
use warnings;
use strict;
...
__DATA__
...paste the JSON string here
- or download this
vendor: Some Business
rack num: 3127824
...
rack num: 3128353
rack num: 3128796
rack num: 3128797
- or download this
use warnings;
use strict;
...
print "\track num: $item->{RackNumber}\n";
}
}