Help for this page

Select Code to Download


  1. or download this
    sub latest {
       my $late = `ssh root\@10.10.21.15 'cat /usr/local/LATEST_VULN'`;
       chomp($late);
       return $late;
    }
    
  2. or download this
    print $lat;
    
  3. or download this
    print "$lat\n";