Help for this page

Select Code to Download


  1. or download this
    local $_ = join "\n", @trip;
    printf "%15s to %-15s\n", $1, $2  while /^(.*)\n(?=(.*))/gm;