Zeroclickinfo-goodies: Perl Cheat Sheet: Fix shift() syntax

Created on 28 Apr 2016  路  6Comments  路  Source: duckduckgo/zeroclickinfo-goodies

A Reddit user gave us feeback on the perl cheat sheet here: https://www.reddit.com/r/perl/comments/4gr3si/help_improve_duckduckgos_perlrelated_searches/d2kw2vl

One minor fix to the cheat sheet: ($a, $b) = shift(@ARGV); is misleading, since shift() only returns one value.


IA Page: http://duck.co/ia/view/perl_cheat_sheet
Maintainer: @pratik-nagelia

CheatSheet

Most helpful comment

I am interested in fixing this.

All 6 comments

I am interested in fixing this.

Thank you @hchienjo. Feel free to ask for help if you need any support.

I had already submitted a pull request a couple of days ago.

Sorry @hchienjo, I missed that. Thanks very much for fixing this.

You're welcome.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

GuiltyDolphin picture GuiltyDolphin  路  5Comments

lowellk picture lowellk  路  3Comments

pjhampton picture pjhampton  路  3Comments

gautamkrishnar picture gautamkrishnar  路  3Comments

mintsoft picture mintsoft  路  5Comments