Приветствую.
> И вот совсем жесть.
>
> bash$ perl -we 'require URI::Escape; my $x =
> uri_escape{ "URI::Escape" }; print $x;'
>
> URI%3A%3AEscape
Всё, дошло. Это чтобы можно было сделать
bash$ perl -wle 'print { "STD"."OUT" } "xx"'
xx
--
Konstantin S. Uvarin