in reply to Re^3: What does "-" in a use statement do?
in thread What does "-" in a use statement do?
Ah, got it. So basically, the list passed to use can be used for just about anything, not just importing code. In this case, App::Cmd::Setup is just using it to identify what the package is (a command or an app) and to be able to pass in variables. Very interesting. Thanks!
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|