Help for this page

Select Code to Download


  1. or download this
    if ($citedby){
        print "\"$title\"\nCited by: $citedby\n\n";
        # Assuming you want to save the "cited" info in the
    ...
        # as desired.
        $Sheet->Cells($row,$col+1)->{Value} = $cited;
    }