$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2002-03-04 10:48:58
I've came across these problems:
1. Calling
[ regex.split "/.." / ]
returns a list of 1 element, while calling
[ regex.split "../" / ]
returns a list of two elements, the second one being empty string. Is there a
good reason for this asymmetry?
2. When using the "class" module, I have no idea how to call a derived
method. It is possible at all? Should we add this ability?
- Volodya