in reply to Re: CORE and CORE::GLOBAL operators
in thread CORE and CORE::GLOBAL operators
I'm writing an AUTOLOAD function that will provide access to the CORE operators on a remote machine accessed via SSH. s.t. like:
I don't want to make a "blind" call. I want to know if the operator exists before building the stub.my $machine = GRID::Machine->new(host => $host); my $r = $machine->glob('*.c'); etc.
Many thanks
Casiano
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CORE and CORE::GLOBAL operators
by ikegami (Patriarch) on Mar 04, 2008 at 17:01 UTC |