Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Forum Post

How to decode script ..

I want to decode this script. How please.
Forum Post

How to connect to Rackspace server in perl

Hi, This is Senthil .I am new to this forum .I want to connect to RackSpace Server In perl.Could you please share your idea if you have regards B.K Senthil Kumar
Forum Post

Using regular expression in perl

Hello Guys, Sorry, I am not sure if this thread belongs here. I am new to perl and writing a regex for identifying if the user input lies in the set
Forum Post

how to get date in a perl script

I am trying to let my perl script to create a subfolder using the current date in the format of 'yyyymmdd'. Anyone has done that before? Thanks.
Forum Post

Re: Extract comments from blog

content; @content = split(//, $content, 0); # on some other blogs try // foreach $url (@content) { if ($url =~ /^*(+)/) { $url = $1; $title = decode_entities($2); }...
Forum Post

This post has been deleted.

This post has been deleted.
Forum Post

Re: what does below code do ??

' \d? - zero or one digit \1 - match word '\1' (hello) $ - final of the string What is the code doing? - Matches a string.
Forum Post

Need help perl

-M "$newest1");
Forum Post

what does below code do ??

Hi, I have below code : my($abc) = "fred3hello"; $abc =~ /^{2,4}\d?\1$/; if (defined($1)) { print "$1\n"; } else { print "not found\n"; } } What is the code doing ?? what...
Forum Post

Re: HTML to PDF automatic conversion

try this HTML to PDF converter.
Forum Post

Re: HTML to PDF automatic conversion

I recommend this converter to you. (PDF to HTML Converter) Convert your PDF files to HTML using the PDF to HTML converter and easily integrate resulting HTML files in your existing web site...
Forum Post

500 Internal Server Error - PERL

Hi, I need a quick help from GURUs of PERL. I moved a website to a new location and got an error "Internal Server Error" instead of specific error. As i don't know PERL so i don't know how to...
Forum Post

Re: Perl array/loop question!

Maybe u r looking for someithing like that: A quick way to set a variable to a default value if it evaluates to false is to use the ||= operator. $color ||= 'black'; Will set $color to black...
Forum Post

How to match optional string while reading a email header

test from test email ID Message-Id: I want to select only subject filed. Is there any way to strip both of them using the regex. I also want to know if there is any way to replace new line...
Forum Post

Perl program

Write a program called tripper that will ask the user the number of miles he has driven and the amount of gas he used. In the tripper script, write a subroutine called mileage that will calculate...
Forum Post

Perl program or script

OK, we were assigned to this assignment: Physicists tell us that the lowest possibel temperature is absolute zero. Absolute zero is-459.69 degrees Fahrenheit. a) Accept inputs from the user: a...
Forum Post

Duplications remover.

Hey all. Okay I am kind of new to PERL. I have 2 files A.txt and B.txt now I compare A.txt to B.txt and if file B.txt doesn’t have the word in it that file A.txt has, file B.txt gets updated with...
Forum Post

Re: Learning OOP Perl

I think if a person who knew a bit of Java/C++ or OOP concepts can understand the OOPerl fast then scripting guy. Again OOPerl is not easy to learn because of various reasons. Take a simple case of...
Forum Post

RSA & AES perl code

i want RSA & AES perl code ,from where i get it
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.