Help for this page

Select Code to Download


  1. or download this
    my $tail = system("tail -1 /var/log/ping_10.10.0.100.sj");
    
  2. or download this
    my $tail = qx(tail -1 /var/log/ping_10.10.0.100.sj);