Help for this page

Select Code to Download


  1. or download this
    for (my $target=readlink $file) {
        if (-f) {
    ...
            print "IP address: $_\n";
        }
    }