improved
automatically since you love it.
-Original Message-
From: Shlomi Fish [mailto:shlo...@shlomifish.org]
Sent: 13 July 2012 17:00
To: Nemana, Satya
Cc: beginners@perl.org
Subject: Re: one liner for removing string from an element of string array
Hi Satya,
On Fri, 13 Jul 2012 15:38:20
On 12-07-13 12:32 PM, Uri Guttman wrote:
On 07/13/2012 12:27 PM, Shawn H Corey wrote:
On 12-07-13 11:59 AM, Shlomi Fish wrote:
See File::Basename -http://perldoc.perl.org/File/Basename.html . In the
future, you may wish to use regular expressions for similar task
There are a number of modules
On 12-07-13 12:32 PM, Uri Guttman wrote:
On 07/13/2012 12:27 PM, Shawn H Corey wrote:
On 12-07-13 11:59 AM, Shlomi Fish wrote:
See File::Basename -http://perldoc.perl.org/File/Basename.html . In the
future, you may wish to use regular expressions for similar task
There are a number of modules
On 07/13/2012 12:27 PM, Shawn H Corey wrote:
On 12-07-13 11:59 AM, Shlomi Fish wrote:
See File::Basename -http://perldoc.perl.org/File/Basename.html . In the
future, you may wish to use regular expressions for similar task
There are a number of modules installed with Perl that make working wit
On 12-07-13 11:59 AM, Shlomi Fish wrote:
See File::Basename -http://perldoc.perl.org/File/Basename.html . In the
future, you may wish to use regular expressions for similar task
There are a number of modules installed with Perl that make working with
file systems easier:
perldoc File::Basen
Hi Satya,
On Fri, 13 Jul 2012 15:38:20 +
"Nemana, Satya" wrote:
> Hi
>
> I have written a small program like this to just print file2 from the second
> element of the array by removing the .template from the entry (the name file2
> can change and can be longer or shorter)
>
> use strict;
Nemana, Satya wrote:
> Hi
>
> I have written a small program like this to just print file2 from the
> second element of the array by removing the .template from the entry (the
> name file2 can change and can be longer or shorter)
>
> use strict;
> use Data::Dumper;
> use warnings;
>
> my @templates