Help for this page

Select Code to Download


  1. or download this
    sub INC_AddPath {
      my( $this ) = shift ;
    ...
      Wx::MessageBox("Path Added:\n$dir", "\@INC -> New PATH", wxOK | wxIC
    +ON_INFORMATION, $this );
    }
    
  2. or download this
    sub INC_AddPath {
      my( $this ) = shift ;
    ...
    
       Wx::MessageBox("Path Added:\n$dir", "\@INC -> New PATH", wxOK | wxI
    +CON_INFORMATION, $this );
    }