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
In reply to Re^2: CORE and CORE::GLOBAL operators
by casiano
in thread CORE and CORE::GLOBAL operators
by casiano
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |