Skip to content
Snippets Groups Projects
Commit a3abffcf authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

show_url.pl improved

parent c9eec61e
No related branches found
No related tags found
No related merge requests found
......@@ -24,12 +24,11 @@ foreach my $row (@$data)
$url= $canonical_url unless ($url);
my $doi_link= 'https://doi.org/'. $doi;
print __LINE__, " doi=[$doi] url=[$url] doi_link=[$doi_link]\n";
# system ('xdg-open', $url);
my $msg= "doi=[$doi] url=[$url] doi_link=[$doi_link]";
print __LINE__, ' ', $msg, "\n";
system('notify-send', $msg);
system ('xdg-open', $doi_link);
<STDIN>;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment