Help for this page

Select Code to Download


  1. or download this
    package URL;
    {...
      sub new {
    ...
        bless $up, $package;
      }
    }
    
  2. or download this
    package URL::Storable;
    { 
    ...
        bless $this, $package;  #bless and return
      }
    }