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