my ($rcs) = (q$Revision: 1.41 $ =~ /(\d+(?:\.\d+)+)/);
and
my $rcs = (q$Revision: 1.41 $ =~ /(\d+(?:\.\d+)+)/);
can someone explain the difference? I am not seeing the significance of the ( ) although it obviously has some very important differentiating power.
humbly -c
In reply to difference between ($scalar) and $scalar by c
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |