Help for this page

Select Code to Download


  1. or download this
    my $year = (localtime((stat($file))[9]))[5] + 1900;
    
  2. or download this
    my $sixth = (foo(@args))[5];
    
  3. or download this
    my $sixth = [foo(@args)]->[5];
    
  4. or download this
    my $year = [localtime([stat($file)]->[9])]->[5] + 1900;