[Ilugc] Check the Perl Script and share your thoughts

  • From: ravijaya.list@xxxxxxxxx (ravi jaya)
  • Date: Fri, 6 Dec 2013 20:14:23 +0530

Hello all,

The script look as follows,

code<<<<<<<<<<<<

#!/usr/bin/env perl
use strict;
use warnings;

my $o = 'perl the great';
my ($n =  $o) =~ s/perl/python/;  #could somebody, share your thoughts on
this line.

print $n;

code<<<<<<<<<<<<

It print's the output as :  python the great,

Thanks in advance

-- 
Ravi Jaya

Mob: 97909 16181
Site: www.ravijaya.info

Other related posts:

  • » [Ilugc] Check the Perl Script and share your thoughts - ravi jaya