Help for this page

Select Code to Download


  1. or download this
     $_ = "package daa; package MyClass::two; package Myclass::SubClass::t
    +hree;";
     /^(\w+) (\w+)\;/;
     print $2;
    
  2. or download this
    $_ = "package MyClass::Subclass::one; package Myclass::two;"
    (please note the semi-colon after the module name)