Help for this page

Select Code to Download


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