Help for this page

Select Code to Download


  1. or download this
    sub getgold {
        my $start= index $GoldLine, ":" + 2;
        return substr $start, length $line; #changed 'result' to 'return'
    }
    getgold;