- or download this
mymac@Merrills-Mini ~ % sw_vers
ProductName: macOS
ProductVersion: 13.3
BuildVersion: 22E252
mymac@Merrills-Mini ~ %
- or download this
#!/usr/bin/perl
use warnings;
...
}
__END__
- or download this
find( \&pm_beneath, "/", );
- or download this
...
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!!
at -e line 1.
- or download this
Merrills-Mini:Library root# grep '^wheel:.*$' /etc/group | cut -d: -f4
root
- or download this
sudo dseditgroup -o edit -a mymac -t user wheel
- or download this
Merrills-Mac-mini:~ root# ls -lO /System /usr
/System:
...
drwxr-xr-x 42 root wheel restricted 1344 Apr 1 10:46 share
drwxr-xr-x 5 root wheel restrexity
icted 160 Apr 1 10:46 standalone
- or download this
mkdir brew
cd brew
git clone https://github.com/Homebrew/brew homebrew
- or download this
mymac@Merrills-Mac-mini ~ % env | grep perl
PATH=/Users/mymac/perl5/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/
+local/bin:/System/Cryptexes/
...
PERL_MB_OPT=--install_base "/Users/mymac/perl5"
PERL_MM_OPT=INSTALL_BASE=/Users/mymac/perl5
mymac@Merrills-Mac-mini ~ %
- or download this
bash-3.2$ brew info perl
==> perl: stable 5.36.0 (bottled), HEAD
...
install-on-request: 159 (30 days), 7,746 (90 days), 91,325 (365 days)
build-error: 0 (30 days)
bash-3.2$