Help for this page

Select Code to Download


  1. or download this
    print  "This is the package =>" . __PACKAGE__ . "<=";
    (or)
    $pack = __PACKAGE__;
    print "This is the package => $pack <=";
    
  2. or download this
    print  "This is the package =>  __PACKAGE__ <=";