Help for this page
sub resolve_envs { my ($path) = @_; ... $path =~ s/\\\$/\$/g; return $path; }
set playground="${HOME}/playground" set file1=${playground}'/fi$le1' ... mkdir -p ${playground} touch ${file1} touch ${file2}