Help for this page

Select Code to Download


  1. or download this
    
    use Path::Tiny qw/ path /;
    ...
            }
    
    @Old = path( $direct, $yr )->children;
    
  2. or download this
            my $INPUT = path( $inddirect, "company$qtr$yr.idx" )->openr;
    
    
    ...
    
  3. or download this
    my @FormGetRes = (
        '(10-K )',
    ...
                        last RELOOP;
                    }
                }