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 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
