Help for this page

Select Code to Download


  1. or download this
    package Attr;
    
    ...
                     passwd   => 'xxxxxx',
                    },
         )
    
  2. or download this
    use Attr ();              # Application wide configuration
    use vars qw(%struct);     # Grab the datastructure from the config fil
    +e
    ...
    ..
    ..
    print $self->{config}{infomgr}{sid} # for want of a better example