User Profile

Collapse

Profile Sidebar

Collapse
kamalatanvi
kamalatanvi
Last Activity: Nov 27 '07, 06:18 AM
Joined: Oct 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kamalatanvi
    started a topic unable to install external modules
    in Perl

    unable to install external modules

    Hi,

    I have downloaded win32 module and tied to install it by

    make install Win32-0.34

    nmake is not recognized as an internal or external command, operable program or batch file
    nmake -- NOT OK

    I am not getting how to install external modules, which are downloaded through CPAN.

    Can I download external modules using any perl editor, which is absolutely free?
    ...
    See more | Go to post

  • kamalatanvi
    started a topic Browse_text box
    in Perl

    Browse_text box

    Hi,

    I have one text box and one browse buttom.
    If I click on browse button, I would like to get
    the folder path in text box.

    Code is here

    [code=perl]
    my $Bowseout = $top->Text(
    -width => 30,
    -height => 1,
    );
    my $brow = $top->Button(
    -text => ' Browse ',
    -command => \&display,
    );

    sub fileopen...
    See more | Go to post
    Last edited by numberwhun; Oct 30 '07, 11:35 AM. Reason: add code tags

  • kamalatanvi
    started a topic how to make a tool
    in Perl

    how to make a tool

    i have cgi.pl program. if i run in cmd prompt, i am getting window.

    but i what i need is

    if i run it once, and generate window and give it to client
    so that client should use only that window
    See more | Go to post

  • kamalatanvi
    started a topic how to get next line
    in Perl

    how to get next line

    how to get next line or previous line in perl of a file
    See more | Go to post

  • kamalatanvi
    started a topic exact pattern matching
    in Perl

    exact pattern matching

    hi,
    i am very new to perl

    how to give exact pattern matching
    example:
    i have the data as follows

    mm100
    mm100-m1
    mm101
    mm101-m1
    mm101-m2


    so, i should get only
    mm100
    mm101

    or
    mm100-m1
    mm101-m1
    mm101-m2


    if i say =~/mm-/
    i am retreiveing all the values
    Give me the...
    See more | Go to post

  • kamalatanvi
    replied to PDF2Txt
    in Perl
    Thank you for your reply.
    If I execute this code I am getting following error. how to clear this?
    Bareword "FH" not allowed


    waiting for ur reply
    regs,
    kamalatanvi
    See more | Go to post

    Leave a comment:


  • kamalatanvi
    started a topic PDF2Txt
    in Perl

    PDF2Txt

    How to use this module File::Extract:: PDF to extract the text from pdf. Need the guidance in writing the program.

    thank you
    See more | Go to post
No activity results to display
Show More
Working...