Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.08 KB | None | 0 0
  1. BEGIN
  2. {
  3.     use FindBin '$Bin';
  4.     push @INC, $Bin;
  5. }
  6.  
  7. my $dirToScript = $Bin;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement