#!/usr/local/bin/perl -w package Person; sub new { my $self = { }; bless($self); # Initialize two attributes $self->{Name} = ""; $self->{AGE} = 0; return $self; } |
Users who found this page were searching for:
- python local_hostname
- python list processing
- python read Excel xml
- how to put python buttons in a frame
- python menu