Guest User

Untitled

a guest
Feb 20th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. BEGIN { %x=(humanspark => 7, nature => 3, americanmasters => 4, wideangle => 2, blueprintamerica => 10, wherewestand => 8, religionandethics => 11); }
  2. ($s, $x) = m/ \/wnet\/(\w+)\/(?:\S+\/)?(files\/\S+)/;
  3. print if($s && ! $x{$s});
Add Comment
Please, Sign In to add comment