Help for this page

Select Code to Download


  1. or download this
    @array = ($string =~ /(\d+)/);
    
  2. or download this
    $size = (stat("/etc/passwd"))[7];