in reply to showPerlDirConfig
Not as pretty, but seems to do the same thing?#!/bin/sh echo -n "`which perl`: " perl -v | grep '^This is' echo perl -V:'^(?!installusr|ta|mv|mu|d_)\w*(?:bin(?!compat)|arch(?!name|ob +j)|priv|(?:vendor|site)(?!lib_|prefix))[a-z]*' | grep -v =\'\'\$
Makeshifts last the longest.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: showPerlDirConfig
by Intrepid (Curate) on Aug 06, 2003 at 20:00 UTC | |
by Aristotle (Chancellor) on Aug 06, 2003 at 23:12 UTC | |
by Intrepid (Curate) on Aug 07, 2003 at 15:37 UTC | |
by Aristotle (Chancellor) on Aug 07, 2003 at 15:47 UTC | |
by Intrepid (Curate) on Aug 07, 2003 at 17:40 UTC | |
|