Using Perl to go in a deeper link without expire.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • murilorc
    New Member
    • Jul 2007
    • 2

    Using Perl to go in a deeper link without expire.

    Hi everyone!

    I need a help to create a perl script that go deeper in a WAP portal do avoid the maximum number of clicks.

    Today when I access the WAP portal I went to: "Welcome" -> "Videos" -> Buy Video selected.

    The "->" character means one click in the WAP portal.

    What I want to do is go directly to Videos page to select what I want. It's because the welcome page is to large to download.

    I tried redirect to Videos directly with a huge URL, but the link expires after 2 minutes, because uses a session-based. My idea is access the link one time per minute and update the redirect file that I have already. That way I do not need to access the "welcome" page every time.

    How can I do that using a daemon Perl script? Since I need to access one page (welcome page), select the link that I want (in this case: videos), and get the response like "GET /a_huge_url", then update on my redirect file.

    Thanks for all your help!

    I really appreciate it!

    Best Regards,
    Murilo
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    Sorry, I have no idea how to do what you want. Maybe someone else will.

    Comment

    Working...