Help for this page

Select Code to Download


  1. or download this
    $cmd = qq(perl -e "print ((stat '$path')[4])");
    my $uid = $self->ssh->capture($cmd);
    
  2. or download this
    $cmd = qq(perl -e "print ((stat '$path')[4])");
    my $uid = $self->grab($cmd);
    ...
      }
    
    }