Guest User

Untitled

a guest
Oct 22nd, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #!/usr/bin/env perl
  2.  
  3. use strict;
  4. use warnings;
  5.  
  6. use MyTrait;
  7. use MyClass;
  8. my $my_class = MyClass->new;
  9. $my_class->run();
  10. $my_class->laufen();
Add Comment
Please, Sign In to add comment