Help for this page

Select Code to Download


  1. or download this
    (stat($qfn))[9]
    
  2. or download this
    use File::stat;
    stat($qfn)->mtime
    
  3. or download this
    use File::stat;
    (CORE::stat($qfn))[9]  # Bypass override by File::stat