User Profile

Collapse

Profile Sidebar

Collapse
RdKodes
RdKodes
Last Activity: Apr 17 '12, 06:36 AM
Joined: Mar 23 '12
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • RdKodes
    replied to Create Html files in a folder
    in Perl
    Got it, This did it:-

    Code:
    mkdir("Dir");
    
    $Link= "http://finance.yahoo.com/q/ks?s=TLM";
    
    getstore($Link, "Dir/TLM/FileName.html");
    See more | Go to post
    Last edited by Frinavale; Mar 26 '12, 03:03 PM. Reason: Changed bold tags into code tags.

    Leave a comment:


  • RdKodes
    started a topic Create Html files in a folder
    in Perl

    Create Html files in a folder

    I have "http://finance.yahoo.c om/q/ks?s=TLM" stored in a variable.

    $Link= "http://finance.yahoo.c om/q/ks?s=TLM";

    Now, I would want to create a folder and save this page in that folder.


    Example: Dir/Folder/FileName

    How do I do it in Perl?
    See more | Go to post

  • RdKodes
    started a topic Split Href Tags
    in Perl

    Split Href Tags

    Code:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <!--NewPage-->
    <HTML>
    <HEAD>
    <meta name="collection" content="exclude">
    
    <!-- Generated by javadoc (build 1.4.2-rc) on Fri Jun 13 00:13:32 PDT 2003 -->
    <TITLE>
    All Classes (Java 2 Platform SE v1.4.2)
    </TITLE>
    ...
    See more | Go to post
    Last edited by numberwhun; Mar 26 '12, 04:04 AM. Reason: Please use code tags!
No activity results to display
Show More
Working...