Deadmarshal
- Website: scienco.ir
- About: I love Perl :)
Recent Actions
-
Commented on Perl Weekly Challenge 211: Toeplitz Matrix and Split Same Average
Hi! Great solutions. You could also remove all scalar keywords from Perl solutions since in scalar contexts like (my $var = @array) Perl will always return the length of the array....
-
Commented on Perl Weekly Challenge 180: First Unique Character and Trim List
You were right, the website is now updated too. Thanks for clarifying my doubt....
-
Commented on Perl Weekly Challenge 180: First Unique Character and Trim List
Hey, I wonder if the output of the 1st case of the trim list challenge should be 4,3,5 instead of 4,5 as stated on the website?...
-
Posted Installing Perl with perlbrew to Deadmarshal
I'm going to start this blog by writing a very simple guide on installing Perl using perlbrew.
To install Perl using perlbrew, first visit the website and grab its
and …curl -L https://install.perlbrew.pl | bash
Comment Threads
-
laurent_r commented on
Perl Weekly Challenge 180: First Unique Character and Trim List
Hi, thanks for your comment. The task requests us to "trim the given list where element is less than or equal to the given integer". So, in my view, items that are equal to the input integer (3 in this case) should be trimmed out.
-
Sadok commented on
Perl Weekly Challenge 211: Toeplitz Matrix and Split Same Average
Are you sure it does this on all operating systems? =)
-
laurent_r commented on
Perl Weekly Challenge 211: Toeplitz Matrix and Split Same Average
Thanks for your comment. And, yes, you're right, and I know this. But sometimes I prefer to use scalar to explicitly show that I'm interested with just the size of the array.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.