Help for this page

Select Code to Download


  1. or download this
        if ( $config[$m]{Vendor} =~ /$products[$n]{Name}/ ) {
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        }       
    }
    
  3. or download this
    foreach my $prod (@products) {
        next if !exists $$prod{'Vendor Item ID'};
    ...
        }
    }