Help for this page

Select Code to Download


  1. or download this
    my $content = get $regd_web_url;
    
  2. or download this
    #--------------Zipping n Unzipping is done here
    # download page section first zip then unzip
    ...
    $content = Compress::Zlib::uncompress($data) if $encoding =~ /deflate/
    +i;
    }