Help for this page

Select Code to Download


  1. or download this
    #!/bin/bash
    # doing this manually probably makes more sense :)
    
    if (! [ -d ~/bin/ ]; then mkdir ~/bin/; fi  # create ~/bin/ if it does
    +n't already exist
    mv ~/localperl/* ~/bin/                 # move the new perl install th
    +ere
    
  2. or download this
    which perl