Posted By


realgeeky on 12/31/07

Tagged


Statistics


Viewed 1640 times
Favorited by 0 user(s)

Perl Hello World


/ Published in: Perl
Save to your folder(s)

Just a test


Copy this code and paste it in your HTML
  1. #!/usr/bin/perl
  2.  
  3. echo "Hello World\n";

Report this snippet


Comments


You need to login to view comments.