- or download this
package Number;
use strict;
...
}
1;
- or download this
#!/usr/bin/env dvperl
use strict;
...
}
store $stuff, 'storefile';
- or download this
#!/usr/bin/env dvperl
use strict;
...
my $txt = $number->asText();
print ("Key: ($key)\tNum: ($num)\tTxt: ($txt)\tObject: ($number)\n
+");
}