Advertisement
Guest User

main.p6

a guest
Jul 5th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/usr/bin/env perl6
  2.  
  3. use lib './';
  4. use Foo_Bar; # comment this line out or move it ater use Foo; to make the script work...
  5. use Foo;
  6.  
  7. sub MAIN() {
  8. Foo::a;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement