Help for this page

Select Code to Download


  1. or download this
    my @strings = qw(
      /home/usernames/doejohnwilson
    ...
        $common_length = length $1;
    };
    print substr $strings[0], 0, $common_length;