Help for this page
%perl script.pl 7 12 5 or %perl script.pl < text.txt #where the contents of the text file are 7 +12 5
if(@ARGV) { my @node_numbers= @ARGV} ... } # Do rest of code after here using @node_numbers