[ic] Do I can't use NEW???

marxy@indoors.kiev.ua marxy@indoors.kiev.ua
Fri, 17 Nov 2000 16:14:06 +0200


Hello!

Anybody knows what is the problem?
I use UserTag to create some stub procedure.
============================================================
UserTag parse_tpl Order output
UserTag parse_tpl Routine <<EOR
sub {
use FileHandle;
    my $output=shift;
    my $fh =  new FileHandle $ouput;
    close $fh;
}
EOR

============================================================
When IC run it compile this Tag ok but when I try to use it
there is error occured:

Safe: Can't locate object method "new" via package "FileHandle" at
(eval 96) line 3.

What does it mean?

-- 

Oleg Preobragensky.