Menu

#185 Perl variables: inline description

open
nobody
Symbols (7)
5
2012-09-14
2011-05-17
Anonymous
No

It would be very useful to be able to provide a description of a variable with an inline comment, like so:

my $scalarVar1; # <scalar1 description="">
our @listVar; # <list description="">
use vars qw($someVar); # <description of="" $somevar="" usage=""></description></list></scalar1>

Discussion


Log in to post a comment.