- or download this
-validatecommand => [\&Validate_Number, $entry_limit]
- or download this
my %entry =(
1=>{ 'object' =>undef,
...
'lowerlim =>-23
},
);
- or download this
-validatecommand => [\&Validate_Number, 1]
- or download this
#!/usr/bin/perl
use strict;
...
$caller->configure(-text=>"Hello Stranger");
}