Facebook
From Anupam Kumar Krishnan, 3 Years ago, written in Perl.
Embed
Download Paste or View Raw
Hits: 61
  1.  
  2.  
  3. # Modules used
  4. use strict;
  5. use warnings;
  6.  
  7. # Print function
  8. print("My first code in perl\n");
  9.