in reply to Vexed Otra Vez
results in:#!/usr/local/bin/perl $string1 = '$1.99'; $string2 = '$string1'; $string3 = "$string1"; print "$string1 \n$string2 \n$string3 \n";
Maybe because your constants are in double quotes, they are being interpreted?$1.99 $string1 $1.99
However, your script works for me.
(Updated) Nice to see you have some good Australian wines in your list.
|
|---|