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;
    
  2. or download this
    my $test = "Chicago
    Saint Looey
    ...
    }
    __END__ 
            Chicago to Saint Looey