Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    die("node doesn't exist") if $#node == -1; # Line 18
    
    print "$_\n" foreach (@node);