Results 1 to 2 of 2

Thread: PERL Load PIC v.1

  1. #1
    Senior Member lordbsd's Avatar
    Join Date
    Sep 2002
    Location
    Atsugi, Kanagawa, Japan
    Posts
    180


    ภาษาเพิลวันนี้ ขอเสนอ การโหลด URL มาเซฟไว้ในเครื่องของเรา
    เหอๆ แค่ใช้ LWP ก็ได้แล้วสินะ แต่มันไม่ใช่แค่นี้หรอก

    วันนี้เสนอสิ่งที่เทพกว่านั้น เพราะมันจะแสดง indicator ด้วย
    ราวกับ WGET เลยล่ะ

    แต่ indicator วันนี้ จะนับเลขให้ดูเฉยๆ ถ้าจะปรับแต่ง ก็ไปแก้ๆ เอาเองนะ
    แต่ผมว่าแค่นับเลขให้ดู ก็เทพแล้ว จะเอาไรนักหนา

    โปรดจดจำ code นี้ไว้ให้ดี เพราะผมจะใช้ loadpic
    อิอิอิ กับการโหลดสาว hi5 น่ะเอง *0*

    ภาคต่อไป จะ parse XML ให้ดู วันนี้เอาโหลดภาพไปเล่นก่อน

    [hide=5][code]
    #!/usr/bin/perl

    use strict;
    use LWP;
    use HTTP::Cookies;
    $| = 1;

    ### PREPARE BROWSER ###########
    my $bw = LWP::UserAgent->new();
    $bw->proxy("http://127.0.0.1:3128"); ## You can comment this
    $bw->cookie_jar(HTTP::Cookies->new(

  2. #2
    Junior Member
    Join Date
    Oct 2007
    Posts
    0



Similar Threads

  1. web load roms ต่างๆคับ
    By piyawut02 in forum Gaming, Bot, Cheating and Tweaking tool
    Replies: 0
    Last Post: 19-04-2007, 02:40 AM
  2. Load .X model in DirectX
    By asylu3 in forum Game Programming & Computer Graphics
    Replies: 0
    Last Post: 05-10-2004, 10:14 PM
  3. load unload
    By maxdezign in forum Flash & Multimedia
    Replies: 0
    Last Post: 29-04-2004, 11:08 PM
  4. Load & show picture
    By ar3s in forum C/C++,C#,VC++,MFC,Win32
    Replies: 0
    Last Post: 14-09-2003, 10:11 PM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •