Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: lwp+w/o jsessionid

by opensourcer (Monk)
on Sep 21, 2008 at 04:06 UTC ( [id://712798]=note: print w/replies, xml ) Need Help??


in reply to Re: lwp+w/o jsessionid
in thread lwp+w/o jsessionid

throws error "Undefined subroutine &main:: called at UserAgent.pm line 16."
I named package as UserAgent

Replies are listed 'Best First'.
Re^3: lwp+w/o jsessionid
by ikegami (Patriarch) on Sep 21, 2008 at 04:25 UTC
    $uri->query_param_delete->( 'jsessionid' );
    should be
    $uri->query_param_delete( 'jsessionid' );

    Tested.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (4)
As of 2024-04-25 15:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found