User Profile

Collapse

Profile Sidebar

Collapse
8anos
8anos
Last Activity: May 15 '07, 12:21 PM
Joined: Feb 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 8anos
    replied to rapidshare upload perl script for linux
    in Perl
    well now i need your help.

    How i call the original rs script?

    here is a script that makes multiple text files with file names
    Code:
    
    my ($filepath, $file3);
    print "Give the path of the directory\n\n ";
    
    $filepath=<STDIN>;
    chop $filepath;
    
    my $count=1;
    my $new1= "new1.txt";
    
    #Open and read the directory
    ...
    See more | Go to post

    Leave a comment:


  • 8anos
    replied to rapidshare upload perl script for linux
    in Perl
    Thank you for your answer.
    I' ll try it. :)...
    See more | Go to post

    Leave a comment:


  • 8anos
    started a topic rapidshare upload perl script for linux
    in Perl

    rapidshare upload perl script for linux

    Hello,
    I am new at the community and newbie at programming :)
    As you may know rapidshare provides a perl script for linux, to upload files at their servers.
    You can find the original scripts at rapidshare news :

    Code:
    http://images.rapidshare.com/software/rsapi.pl

    If you test it you will see that you can upload one file at time.
    I try to modify it in that way that script can read a...
    See more | Go to post
No activity results to display
Show More
Working...