Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Perl 0.38 KB | None | 0 0
  1. =head1 NAME
  2.  
  3. DIWALI BOMB.
  4.  
  5. =cut
  6.  
  7. package Diwali;
  8.  
  9. =head1 SYNOPSIS
  10.  
  11. THIS IS ONLY FOR SHOWING OFF PURPOSE.
  12.  
  13. If you are 'strict', its 'use' will cause someone to 'die'.
  14.  
  15. =cut
  16.  
  17. sub new {
  18.  my ($self, @gifts) = @_;
  19.  
  20.  $self->{gifts} = \@gifts;
  21.  bless($self, $deity);
  22. };
  23.  
  24. 1;
  25.  
  26.  
  27.  
  28.  
  29.  
  30. # stay 'strict', stay 'happy'.
  31.  
  32.  
  33. # map(happy_diwali, ($thou, $thou->social_graph()));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement