
FishMonger
Veteran
Jul 28, 2012, 2:17 PM
Views: 975
|
|
Re: [p3aul] Help with simple command line program
|
|
|
That use statement is instructing perl to not import any of the functions in the pragma. You need to tell it that you want to import the switch function. See: http://search.cpan.org/~rjbs/perl-5.16.0/regen/feature.pl
(This post was edited by FishMonger on Jul 28, 2012, 2:19 PM)
|