Take a look at No Excuse List [0], it has a lot of learning sites listed. [0] http://www.noexcuselist.com/
Check out Smart::Comments module in Perl [1]. It allows the specially-formatted comments to produce debugging output. From the synopsis: use Smart::Comments; my $var = suspect_value(); ### $var ### got: $var ### Now…
Take a look at No Excuse List [0], it has a lot of learning sites listed. [0] http://www.noexcuselist.com/
Check out Smart::Comments module in Perl [1]. It allows the specially-formatted comments to produce debugging output. From the synopsis: use Smart::Comments; my $var = suspect_value(); ### $var ### got: $var ### Now…