Convert-GeekCode
view release on metacpan or search on metacpan
lib/Convert/GeekCode.pm view on Meta::CPAN
elsif ( $$chunk =~ s/^\Q$key\E// ) {
$$out .= $sec->{$key} . $DELIMITER;
return 1;
}
}
return;
}
sub locate {
my $path = (caller)[0];
my $file = $_[0];
$path =~ s|::|/|g;
$path =~ s|\w+\$||;
unless ( -e $file ) {
foreach my $inc (@INC) {
last if -e ( $file = join( '/', $inc, $_[0] ) );
last if -e ( $file = join( '/', $inc, $path, $_[0] ) );
}
( run in 1.553 second using v1.01-cache-2.11-cpan-1e74a51a04c )