bless \$self; #### bless $self; #### sub new { my ($class) = @_; my $self = {}; $self->{data} = {}; $self->{data}->{start_url} = "https://www.w.com/home.html"; bless $self, $class; }
## bless $self; ##
## sub new { my ($class) = @_; my $self = {}; $self->{data} = {}; $self->{data}->{start_url} = "https://www.w.com/home.html"; bless $self, $class; }