Help for this page

Select Code to Download


  1. or download this
    [%
    my @cmd = `/usr/bin/tail -15 /usr/local/apache2/log/access_log`;
    ...
    }
    $str;
    %]
    
  2. or download this
    [%
    my $cmd = '/usr/bin/tail -15 /usr/local/apache2/log/access_log';
    ...
    close(TAIL);
    $str;
    %]