lingoes has asked for the wisdom of the Perl Monks concerning the following question:
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"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to make it work when "use strict;" is on?
by Corion (Patriarch) on Nov 19, 2014 at 12:56 UTC | |
by lingoes (Initiate) on Nov 19, 2014 at 13:12 UTC | |
by Corion (Patriarch) on Nov 19, 2014 at 13:15 UTC | |
by lingoes (Initiate) on Nov 19, 2014 at 13:24 UTC |