Help for this page

Select Code to Download


  1. or download this
    ~> perl -MO=Deparse -MCPAN -e "install URI::URL"
    use CPAN;
    'URI::URL'->install;
    -e syntax OK
    
  2. or download this
    ~> perl -MO=Deparse -MCPAN -e "install +URI::URL"
    use CPAN;
    install('URI::URL');
    -e syntax OK