Help for this page

Select Code to Download


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