diff options
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -51,7 +51,6 @@ sub get_results { $backend =~ s{ [.] (.+) $ }{}x; } } - say "$backend : $sub_backend"; my $sstr = ("${backend} _ ${stop} _ ${city}"); $sstr =~ tr{a-zA-Z0-9}{_}c; |