Guest User

Untitled

a guest
Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/usr/bin/perl
  2. # /project/foo.pl
  3. #
  4. use strict;
  5. use warnings;
  6. use lib 'lib';
  7. use Foo::Bar::Baz; # Works!
  8.  
  9. #!/usr/bin/perl
  10. # /project/foo.pl
  11. #
  12. use strict;
  13. use warnings;
  14. use lib 'lib';
  15. use Foo::Bar::Baz; # Works!
Add Comment
Please, Sign In to add comment