Help for this page

Select Code to Download


  1. or download this
    my $start = int(rand(length($super)));
    my $length = int(rand(length($super) - $start)) + 1;
    my $substring = substr($super, $start, $length);
    
  2. or download this
    use LWP::Simple;
    
    getstore($url, $localfile);