Help for this page

Select Code to Download


  1. or download this
    mymac@Merrills-Mac-mini ~ % curl -L https://cpanmin.us | perl - App::c
    +panminus
      % Total    % Received % Xferd  Average Speed   Time    Time     Time
    +  Current
    ...
    mymac@Merrills-Mac-mini ~ % which cpanm
    /Users/mymac/perl5/bin/cpanm
    mymac@Merrills-Mac-mini ~ %
    
  2. or download this
    mymac@Merrills-Mac-mini Documents % brew analytics off
    mymac@Merrills-Mac-mini Documents %
    
  3. or download this
    #!/usr/bin/perl -w
    use 5.011;
    use lib "template_stuff";
    ...
    use utf8;
    use Encode;
    use open OUT => ':encoding(UTF-8)', ':std';