Help for this page

Select Code to Download


  1. or download this
        else { last if !defined (($_ = <>) =~ s!\n|$/!!g); }
    
  2. or download this
        @{$temp_hash{files}} = grep { /@(\d+)$/; $1 > $old } @{$temp_hash{
    +files}};
    
  3. or download this
    sub csv_split    {
        local $_ = shift || return undef;
    ...
        }
        @array;
    }