Help for this page
#!/usr/bin/perl use warnings; ... print "$id\t$brand\n"; }
#!/usr/bin/perl -w use strict; ... print "$id\t$brand\n"; }