Perl
Perl is a dynamic programming language created by Larry Wall and first released in 1987.
Application
Any
Platform
Any
License
Any
I want to decode this script.
How please.
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
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
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.
content;
@content = split(//, $content, 0); # on some other blogs try //
foreach $url (@content) {
if ($url =~ /^*(+)/) {
$url = $1;
$title = decode_entities($2);
}...
This post has been deleted.
'
\d? - zero or one digit
\1 - match word '\1' (hello)
$ - final of the string
What is the code doing?
- Matches a string.
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...
try this HTML to PDF converter.
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...
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...
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...
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...
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...
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...
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...
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...
i want RSA & AES perl code ,from where i get it