I am new to PERL and I thought that shift had to do with arrays.
What is this doing?
$opt_H = shift unless ($opt_H);
And this one too?
($opt_t) || ($opt_t = shift) || ($opt_t = "GAUGE");
If exist OR ????? OR equals "Guage"
Thanks
[root@netwatch ~]# yum remove windows
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: windows
No Packages marked for removal
OH YEAH!
What is this doing?
$opt_H = shift unless ($opt_H);
And this one too?
($opt_t) || ($opt_t = shift) || ($opt_t = "GAUGE");
If exist OR ????? OR equals "Guage"
Thanks
[root@netwatch ~]# yum remove windows
Loaded plugins: fastestmirror
Setting up Remove Process
No Match for argument: windows
No Packages marked for removal
OH YEAH!