Help for this page

Select Code to Download


  1. or download this
    pmversion () 
    { 
        perl -M$1 -le "print $1->VERSION"
    }
    
  2. or download this
    pmpath () 
    { 
        perl -M$1 -le "print \$INC{'$1.pm'}"
    }
    
  3. or download this
    pmpath () 
    { 
        perl -M$1 -le "(\$_='$1')=~s{::}{/}g; print \$INC{\$_.'.pm'}"
    }