- or download this
$reg = {
url => qr[^http://],
};
- or download this
sub AUTOLOAD {
our $AUTOLOAD;
...
return 1 if $arg =~ /$val/;
}
}
- or download this
$reg = {
url => qr[^http://],
file => qr[^[a-Z]:/],
};
- or download this
use Export;
...
no strict 'refs';
grep {*$_{CODE}} keys %Str::;
};