output:#!/usr/local/bin/perl -w use strict; my $string = 'begin$end'; $string =~ s/\$/tmp/g; print "$string\n";
See also strict, warnings and try searching for "interpolated" in perldata.begintmpend
In reply to Re: Finding $ character
by Joost
in thread Finding $ character
by priyal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |