In article <[EMAIL PROTECTED]>, Tassilo Von Parseval wrote:
[...]
> Still, you could also put
>
> mb = "~/perl/quotw/qotw13/mb"
>
> and expand the tilde. 'perldoc -q tilde' comes up with a regex-solution.
> Using glob (which is also mentioned) is more straightforward, however:
>
> my $mv
On Sat, May 31, 2003 at 10:30:02AM +0200 Kevin Pfeiffer wrote:
> In article <[EMAIL PROTECTED]>, Tassilo Von Parseval wrote:
>
> > On Sat, May 31, 2003 at 01:50:51AM +0200 Kevin Pfeiffer wrote:
> >
> >> I use a function to return a value:
> >> "$ENV{HOME}/perl/qotw/qotw13/mb"; which is then assi
Hi Tassilo (and CKC),
In article <[EMAIL PROTECTED]>, Tassilo Von Parseval wrote:
> On Sat, May 31, 2003 at 01:50:51AM +0200 Kevin Pfeiffer wrote:
>
>> I use a function to return a value:
>> "$ENV{HOME}/perl/qotw/qotw13/mb"; which is then assigned to $mb
>>
>> But the $ENV{HOME} part is not bei
On Sat, May 31, 2003 at 01:50:51AM +0200 Kevin Pfeiffer wrote:
> I use a function to return a value:
> "$ENV{HOME}/perl/qotw/qotw13/mb"; which is then assigned to $mb
>
> But the $ENV{HOME} part is not being interpreted, so this sample:
>
> my $mb = get_config('mb', '.get_quiz');
> prin