in reply to split this
perl -le "print for split /(?=[^~\/](?:.|$))/,shift" "E/sYna~ko/" [download]
Update Actually that should have been
perl -le "print for split /(?=[^~\/])/,shift" "E/sYna~ko/" [download]