Hi,all. I'm new to perl ...
I copid a example from <Advanced perl programming>, and made some change.#!/usr/bin/perl #use warnings; use strict; our $spud="Wow!"; our @spud=qw(idaho russet); *potato=*spud; print $potato; print "@potato"
In reply to How to make it work when "use strict;" is on? by lingoes
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |