help with user vars qw

2004-01-05 Thread Ricardo Pichler
Hi, I'm beginner in the perl world, I having see very files .pl to learn and I have one question... In this script, what do make the parts in bold? #!/usr/bin/perl use strict; $|=0; use vars qw (%WRRConf %DHCPDConf %IPTablesConf %GeneralConf %DBIConf %NetworkConf

Re: help with user vars qw

2004-01-05 Thread Rob Dixon
Ricardo Pichler wrote: #!/usr/bin/perl use strict; $|=0; use vars qw (%WRRConf %DHCPDConf %IPTablesConf %GeneralConf %DBIConf %NetworkConf %IfCfgConf %WIPLConf %WANInitConf %LANInitConf %NetworkRemoteConf %WRRRemoteConf

Re: help with user vars qw

2004-01-05 Thread Daniel Staal
--As off Monday, January 5, 2004 7:20 PM -0300, Ricardo Pichler is alleged to have said: Hi, I'm beginner in the perl world, I having see very files .pl to learn and I have one question... In this script, what do make the parts in bold? Umm, Bold? You sent text/plain. There is no bold. #

Re: help with user vars qw

2004-01-05 Thread Randal L. Schwartz
Ricardo == Ricardo Pichler [EMAIL PROTECTED] writes: Ricardo Hi, I'm beginner in the perl world, I having see very files .pl to learn and I have one question... Ricardo In this script, what do make the parts in bold? Ricardo #!/usr/bin/perl Ricardo use strict; Ricardo $|=0; Ricardo use vars