Consider the following Perl script:

$_ = $ENV{'Alias$blah'};
tr/\000/./;
print "$_\n";

I define the following alias:

*Alias blah a|@b

and

*Show Alias$blah

says:

Alias$blah : a|@b

But if I execute the script, only the "a" is printed.

I have Perl 5.005_03, release 1.13.

-- 
Vincent Lef�vre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> - 100%
validated HTML - Acorn Risc PC, Yellow Pig 17, Championnat International des
Jeux Math�matiques et Logiques, TETRHEX, etc.
Computer science / computer arithmetic / Ar�naire project at LIP, ENS-Lyon

Reply via email to