Help for this page

Select Code to Download


  1. or download this
            ($remote_mt,$local_mt) = +(split)[0,1] if (/nfs/i);
            $hash {$remote_mt} = $local_mt;
    
  2. or download this
             if ( /nfs/i ) {
                 ($remote_mnt,$local_mnt) = +(split)[0,1];
                 $hash {$remote_mnt} = $local_mnt;
             }