hello_blogperlorg.pl
use Blog::Perl::Org;
my $blog = Blog::Perl::Org -> new ("Have appropriate amount of fun");
$blog -> thankCreators ("very much");
$blog -> release ();
use Blog::Perl::Org;
my $blog = Blog::Perl::Org -> new ("Have appropriate amount of fun");
$blog -> thankCreators ("very much");
$blog -> release ();
Leave a comment