# Create a new SSH connection object to 'somehost.domain' $machine = GRID::Machine->('somehost.domain'); # Create a remote file my $file = $machine->open("foo.txt"); # I want the diamond to work my @x = <$file>;