Help for this page

Select Code to Download


  1. or download this
    if (defined $lines[$number1 - 1]) {
        print $lines[$number1 - 1];
    ...
    } else {
        print "No link at that index\n";
    }