Phil#!/usr/bin/perl use strict; my $lamb = 'wolf'; my $text = 'Mary had a little $lamb.'; $text =~ s/(\$\w+)/$1/eeg; print $text . "\n"; # output: Mary had a little wolf.
In reply to Re: expanding quoted referenced data
by philcrow
in thread expanding quoted referenced data
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |