Wikipedia:WikiProject Chemistry/Structure drawing workgroup/Mysid's script: Difference between revisions

Content deleted Content added
more comments
change source to syntaxhighlight
 
(One intermediate revision by one other user not shown)
Line 1:
<sourcesyntaxhighlight lang="perl">
#!/usr/bin/perl -i.old
 
# original source: https://en.wikipedia.org/wiki/Wikipedia:WikiProject_Chemistry/Structure_drawing_workgroup/Mysid%27s_script
 
# Note: "-i.old" means original file will be renamed to <filename>.old
# Modify svg file from BKchem to work with librsvg, for use on Wikimedia.
Line 35 ⟶ 38:
print $_;
}
</syntaxhighlight>
</source>