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?
...
User Profile
Collapse
-
unable to install external modules
-
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... -
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 -
-
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... -
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 -
PDF2Txt
How to use this module File::Extract:: PDF to extract the text from pdf. Need the guidance in writing the program.
thank you
No activity results to display
Show More
Leave a comment: