Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: wxPerl Simulated 7 Segment LCD Display

by Athanasius (Archbishop)
on Jan 19, 2013 at 04:57 UTC ( [id://1014165]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1014165]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-24 12:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found