Help for this page

Select Code to Download


  1. or download this
    @dirs = split('/',$0);
    splice(@dirs,-2);
    $install_dir = join('/',@dirs);
    $lib_dir = $install_dir."/lib";