Help for this page

Select Code to Download


  1. or download this
    $t2 = (stat( $file ))[8];
    
  2. or download this
    $file = "\/etc\/hosts";
    $t1 = -A $file;
    ...
    print $t1, $/;
    print $t2, $/;
    print $t3, $/;