in reply to What is the meaning of this line in Perl on linux?

Why not try it and see?

$ echo '/x//b/c/' | perl -pe 's/\//\\/g' \x\\b\c\

🦛