Help for this page

Select Code to Download


  1. or download this
    my $io = IO::All->new();
    $io->dir($dir);
    say for $io->all;
    
  2. or download this
    #!/usr/bin/env perl 
    
    ...
    karls-mac-mini:Desktop karl$ ./io.pl 
    ...tons of stuff under /Users/karl/Desktop/
    Can't use an undefined value as a subroutine reference at /Users/karl/
    +perl5/perlbrew/perls/perl-5.20.0threads/lib/site_perl/5.20.0/IO/All/D
    +ir.pm line 167
    
  3. or download this
    my $io = $self->constructor->(File::Spec->catfile($self->pathname, $na
    +me));