- or download this
$mod =~ s{::}{/}g;
$mod .= '.pm';
- or download this
#!/usr/bin/env perl
...
m/^JSON::(?:PP|XS)$/
&& eval "require $_"
} @ARGV;
- or download this
davido@davido-desktop:~/scripts$ perl mytest.pl JSON::XS JSON::PP Disa
+llowed::Module
$VAR1 = {
...
]
}
};