Help for this page

Select Code to Download


  1. or download this
    cp50.pm
    fs_ipmi.pm
    support_libs.pm
    
  2. or download this
    Can't locate pacakge tdf for @fs_ipmi::ISA at fs_ipmi line 213 (<-- wh
    +ere the display_cfg() sub is called...)
    Can't locate pacakge tdf for @support_libs::ISA at fs_ipmi.pm line 213
    + (<-- redundancy here???)
    Tk::Error: Undefined subroutine &fs_ipmi::display_msg called at fs_ipm
    +i.pm line 213.
    ...
      Tk::Button::butUp at /usr/local/lib/perl5/site_perl/5/8/6/i686-linux
    +/Tk/Button.pm line 111
      <ButtonRelease-1>
      <command bound to event)
    
  3. or download this
    use Tk 800.000;
    use Tk::DialogBox;
    use FileHandle;
    ...
    
       $disp->insert("end", $line);
    }
    
  4. or download this
    #use strict;
    #use fs_config;
    use fs_config;
    use fs_ipmi;
    use Getopt::Long;
    
  5. or download this
    package fs_ipmi;
    require Exporter;
    ...
    use fs_ipmi;
    use Tk 800.00;
    use Tk::DialogBox;