Help for this page

Select Code to Download


  1. or download this
    use strict;
    ...
    my $cve_id = 'CVE-2008-3763';
    my $query = "/nvd/entry[@id = $cve_id]";
    
  2. or download this
    Possible unintended interpolation of @id in string at tmp.pl line 3.
    Global symbol "@id" requires explicit package name at tmp.pl line 3.
    Execution of tmp.pl aborted due to compilation errors.