- or download this
elsif($segment = 6) { # Draw the 6 sided segment(6)
- or download this
sub GetValue{
my $return = $wxGlobals{mValue};
}
- or download this
sub GetValue{
return $wxGlobals{mValue};
}
- or download this
sub Decode { # Table lookup for character t
+o
my($char) = @_; # Segment translation
...
$return = $ctbl{'='}; # Triple bar for undefined cha
+racter
}
}
- or download this
sub Decode # Table lookup for character t
+o segment translation
{
...
return $ctbl{'='}; # Triple bar for undefined cha
+racter
}