From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
123456789 use Descriptions;my $capacity : Name(capacity) : Purpose(to store max storage capacity for files) : Unit(Gb);package Other;sub foo : Purpose(to foo all data before barring it) { }
use
Descriptions;
my
$capacity
: Name(capacity)
: Purpose(to store max storage capacity
for
files)
: Unit(Gb);
package
Other;
sub
foo : Purpose(to foo all data
before
barring it) { }