Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^3: Saving HTTP::Cookies into Netscape format using bless/re-bless

by tobyink (Canon)
on May 20, 2021 at 08:57 UTC ( [id://11132766]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Saving HTTP::Cookies into Netscape format using bless/re-bless
in thread Saving HTTP::Cookies into Netscape format using bless/re-bless

Actually, these behave differently:

Some::Class::method( $obj, @args ); $obj->Some::Class::method( @args );

If Some::Class doesn't contain a sub called method, the former will fail, but the latter will walk Some::Class's @ISA.

Replies are listed 'Best First'.
Re^4: Saving HTTP::Cookies into Netscape format using bless/re-bless
by bliako (Monsignor) on May 20, 2021 at 19:57 UTC

    thanks++, I did not know that.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11132766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-24 01:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found