Help for this page

Select Code to Download


  1. or download this
    sub exists { ## no critic
        my $self = shift;
    ...
        print Dumper (-e $self->path);
        return -e $self->path ? 1 : 0;
    }
    
  2. or download this
    $VAR1 = '/Users/bigo/perl5/my_modules/t/Dir/tmp/';
    $VAR1 = !!1;