Guest User

Untitled

a guest
Dec 13th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. my @match_file = ($file =~ m/(\d{4})-(\d{2})-(\d{2})/);
  2. my @match_end = ($end =~ m/(\d{4})-(\d{2})-(\d{2})/);
  3. if(@match_file && @match_end) {}
Add Comment
Please, Sign In to add comment