bin: add ips (interactive perl shell)

This commit is contained in:
Paul Walker
2023-09-01 14:50:10 +01:00
parent fedf5f974c
commit 7df8b32765

4
bin/ips Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
echo 'This is Interactive Perl shell'
# rlwrap -A -pgreen -S"perl> " perl -wnE'say eval()//$@'
rlwrap -A -pgreen -S'perl> ' perl -MData::Dumper -wnE'say Dumper[eval()]//$@'