Q:

print hello world in perl

#!/usr/bin/perl 
  
# Modules used 
use strict; 
use warnings; 
  
# Print function  
print("Hello World\n"); 
0

Tags

New to Communities?

Join the community